Computer Science, asked by rithikarithu2021, 7 months ago

What will be the output*
int sum = 94:
if ( sum < 20 )
(
System.out.print("Under ");
System.out.println("the limit.");
}
else
[
System.out.print("Over ");
System.out.println("the limit.");
}​

Answers

Answered by EN3RGY
0
Under the limit ................................
Answered by AarohiBTS
0

Answer:

Underthelimit

Overthelimit

Similar questions