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
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
1
Explanation:
Third generation computer used keyboard for first time, while fourth generation computer used mouse for the first time.
Similar questions