4 write a program 1 define 2 int variables vx vy use scanner object to
Question
4. Write a program: (1) Define 2 int variables vx & vy. Use Scanner object to read from console and assign input values to them respectively. (2) Display the values in console: "vx=a-value; vy-a-value" (3) Swap the values saved in vx and vy, display vx and vy again