Computer Science, asked by rithikarithu2021, 7 months ago

What is the Output *

What is the output
int sum = 14,
if ( sum < 20 )
System.out.print("Under ");
else
{
System.out.print("Over ");
}
System.out.println("the limit.");​

Answers

Answered by studyloveinfinity
3

Answer:

the output will be-

Under the limit.

Similar questions