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);
}​

Answers

Answered by AnindaBasu
0

Answer:

the output of the code will a is 5

Similar questions