public class NameBook{public static void main(String[] args){int age=25;if(age>=18){System.out.println ("成年");}else{System.out.println ("未成年");}}}为什么我的程序不能在电脑上运行的我检查不出哪里有错
添加回答
举报
0/150
提交
取消