Computer Science, asked by Aditipanday93, 7 months ago

Answer immediately.
Give the output of the snippet:
int a=10,b=12;
if(a==10&&b<=12)
a--;
else
++b;
System.out.println(a + "and" +b):
Answer
Word counts: 0​

Answers

Answered by mantenalm
1

a will be always geater than equal to 10

a=11....... to infinite positive value......

if a is less than 10

b=13

Similar questions