Computer Science, asked by digitechnta, 8 months ago

show the outful of following code
int a = 5, b = 10;
if(a>5)
{
System. out. println("b is "+b);
}
else
{
System. out. println("a is "+a);
}

please give answers quickly..
please
its urgent.. ​

Answers

Answered by ptripathimca20
0

Answer:

5

Explanation:

here if condition 5>5 this is false condition so we skip if block and print else block which is print 5

Answered by gouthamgamerz1
1

Explanation:

Third generation computer used keyboard for first time, while fourth generation computer used mouse for the first time.

Similar questions