Give the output of the following java statements:
int x=6
X+=x++ + ++X + X-
System.out.println("x="+x);
Answers
Answered by
0
Explanation:
error bcoz capital X is not declared
Similar questions