Computer Science, asked by moulya19, 4 months ago

Give the output of the following java statements:
int x=6
X+=x++ + ++X + X-
System.out.println("x="+x);​

Answers

Answered by kambhampatisumathi
0

Explanation:

error bcoz capital X is not declared

Similar questions