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
2
Answer:
unable to understand the question
Similar questions