Computer Science, asked by amaze04, 5 months ago

.
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 Tweetz
0

Answer:

4

Explanation:

brainliest pls.....

Answered by joberttupaz38
0

Answer:

AAABBB

Explanation:

Similar questions