Computer Science, asked by paulinepratheeba1973, 8 months ago

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 sidhant014
2

Answer:

you will get a syntax error bro

Similar questions