Solve: Math Minus
Created By: Geoffrey Challen
/ Version: 2020.6.0
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.
For this problem we're expecting just a snippet of codeāso don't provide a method or class declaration.