This line is the first sentence of the paragraph in this program.
This is the second line.
And this is the last line.
var x = 5;
var y = 6;
var z = x + y;
The value of z is: