please solve itttt foolish answer will be repoted...
Attachments:
Answers
Answered by
0
6
2
hope iys correct...ICSE???
2
hope iys correct...ICSE???
deepesh10:
how please telll but 2 will not be answe
Answered by
1
int a = 5;
a++;
System.out.println(a);
a-=(a--)-(--a)
System.out.println(a);
}
Output:
6
4
Hope this helps!
a++;
System.out.println(a);
a-=(a--)-(--a)
System.out.println(a);
}
Output:
6
4
Hope this helps!
Similar questions