Create a third variable called z, assign x + y to it, and display it.
Hint: var z = x + y.
Display the result here.