Computer Science, asked by zayannavab, 3 months ago

what is the output ? int a =5, b = 2, c; if (a>b) || a != b) c= ++a+ --b; System.out.println(c+ " "+a+ " "+b);

Answers

Answered by pk6126569
0

Answer:

what is the output ? int a =5, b = 2, c; if (a>b) || a != b) c= ++a+ --b; System.out.println(c+ " "+a+ " "+b);

Similar questions