What is supposed to be on the spaces please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is supposed to be on the spaces please

Fill in the blank please who can help me complet the space with____ public class Program { public static void main(String[] args) { int age = 37; if(age > 22) { if(age > 31) { System.out.println("Welcome!"); } else { System.out.println("Too Young"); } } ___{ System.____.println("Error"); } } }

3rd Apr 2019, 8:54 AM
Abdulrahman Aminu Bala
Abdulrahman Aminu Bala - avatar
2 Answers
0
else,out
3rd Apr 2019, 9:16 AM
Mensch
Mensch - avatar
+ 1
U are right
3rd Apr 2019, 1:17 PM
Abdulrahman Aminu Bala
Abdulrahman Aminu Bala - avatar