I'm once again in doubt, now the doubt is related to exercise over
Desvio de condicional Simples
using only the command IF
After reading an integer value, compute and display your square only if the read value is even. Otherwise, the program should be terminated without displaying anything.
I am in doubt as to what my IF condition would indicate that the calculation will only be performed if the number entered by the user is even!
I declare three variables
And my second question is: Should I declare a variable to indicate that the value must be par ... Or if I only indicate two variables!