Give the output of the following program if the value of the variable a is 15.
1. if (a>20)
{
System.out.print ("Greater");
}
else
System.out.print (“Not greater");
System.out.print ("Over”);
Answers
Answered by
2
Answer:
you will get a syntax error bro
Similar questions