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
0
Answer:
Explanation:
Hi
Similar questions