State the output of the program snnipet given below Int a=10,b=12
If(a>10)
a++;
else
++b;
System.out.printIn("a="+a+and b ="+b);
Answers
Answered by
0
Output
a=10 and b= 13
**Please mark this ans as Brainliest answer.
Similar questions