Computer Science, asked by Chandra1972, 5 hours ago

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 madhusingh4120
0

Answer:

c=++A<--B;

Explanation:

hope it will help you.

Answered by Anonymous
4

Answer:

hello army can I be your friend

i am Pranav Mehra

class 9

Similar questions