Write a single line of code that prints the result of x minus y.
x and y are int variables that have already been declared and initialized, and you should not modify them.
For this problem we're expecting just a snippet of codeāso don't provide a method or class declaration.