Computer Science, asked by hansdarani19, 1 month ago

2) Predict the output:
int a=12, b=1B, C;
C=a+++++a/7+b++;
system.out.println(a+""+b+""+c);
c=++a+a++/3+++b;
system.out.println(a+""+b+""+c);

Answers

Answered by BABYDOLL0806
2

Answer:

unable to understand the question

Similar questions