Computer Science, asked by a1k2v, 11 months ago

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 pallavi89
0

Answer:

output is b........

hope this helps you

Similar questions