Answer:
??
Explanation:
?? is invalid syntax
When declaring or initializing variables names, and when writing methods, or arguments ?? is not used in Java .
() [] {} all these are used with variables , methods or arguments.
Answer:
Answer = 25-17
print("25-17", Answer)
Explanation:
You put the sum into a variable which in this case would be Answer and then you can output it with the question.