1.2 - Lab 1

In this program you have two predefined variables, x and y.
Complete the program to output 3 lines as follows

  1. The first line should have the value of y added to x
  2. The second line should have the value of y subtracted from x
  3. The third line should have the value of y multiplied by x

Test your solution here
when it passes, copy it and submit it here so your coach can grade it.