What will be the output of the following program:
int A=12,B=13;
Boolean C;
C=A++>B++;
System.out.println(A+""+B+""+C);
C=++A<--B;
System.out.println(A+""+B+""+C);
Answers
Answered by
0
Answer:
c=++A<--B;
Explanation:
hope it will help you.
Answered by
4
Answer:
hello army can I be your friend
i am Pranav Mehra
class 9
Similar questions