Computer Science, asked by zinuangel02, 1 month ago

State the output.
int a = 10;
int b = 5;
if(a > b)
{
if(b > 5)
System.out.println("b is " +b);
}
else
System.out.println("a is " +a);​

Answers

Answered by areebkhan86
0

Answer:

it's I think a program for finding which integer is greater.

the output will be

"b is greater" or its can be "b is +b"

plz mark as brainliest

Similar questions