tell what will be executed???
class name
{
static void main()
{
if(5>8)
System.out.println("a");
else
System.out.println("b");
}
}
Answers
Answered by
0
Answer:
output is b........
hope this helps you
Similar questions