Dos suma variable en Swift
let x = 10
let y = 25
print("Sum of x and y = ", (x+y))
Competitive Programmer
let x = 10
let y = 25
print("Sum of x and y = ", (x+y))