Computer Science, asked by Toshisingh, 10 months ago

Q3. Give the output of the following :-
a) Int a = 98;
Int y = ++a + a++ ---a - a-- + a;
System.out.println(y);
System.out.println(a);​

Answers

Answered by girir9708
0

Answer:

Explanation:

Hi

Similar questions