Computer Science, asked by Padhai420, 11 months ago

int a=20,b=15;
if(a>10)
{
a++;
b++;
}
System.out.println(a+","+b);

What will be the output plz help​

Answers

Answered by sahilagarwal6789
7

Answer:

the output will be like this

20,15

Answered by parthsainiCODER
12

Answer:

21,16

pls mark as brainliest

Similar questions