// your code goes here var x = 10; var y = 25; var z = x + y; print("x + y = " + z);