int a= 10, b= 12
if (a 10)
a++
else
b++
system.out println("a="+a"+b="+b);
Answers
Answered by
2
the answer is a=11 and b=12 only
Similar questions