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
Social Sciences,
16 days ago
Physics,
16 days ago
English,
16 days ago
Chemistry,
9 months ago
Math,
9 months ago