Variable Sum In Swift

[Solved] Variable Sum In Swift | Swift - Code Explorer | yomemimo.com
Question : variable sum in swift

Answered by : md-murad-hossain

let x = 10
let y = 25
print("Sum of x and y = ", (x+y))

Source : https://github.com/Murad9288 | Last Update : Sun, 26 Jun 22

Answers related to variable sum in swift

Code Explorer Popular Question For Swift