What will be the output of the following statement if a=5 and b=9. :- System.out.print(++a + b-- - 3 - --a + ++b + b);
Answers
Answered by
0
Explanation:
the output of the following statement if a=5 and b=9. :- System.out.print(++a + b-- - 3 - --a + c++b
Similar questions