.
What is the output of this code segment?
int a=5;
a++;
System.out.print(a);
a-=(a--) -(--a);
System.out.print(a);
Answers
Answered by
0
Answer:
4
Explanation:
brainliest pls.....
Answered by
0
Answer:
AAABBB
Explanation:
Similar questions