Online Swift Compiler
										
										
let x = 20
let y = 30
print("Sum of x and y = ", (x+y))
                                
                                

Output Results

										
Sum of x and y =  50