+ 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"); } } }
2 Respostas
0
else,out
+ 1
U are right