public class HelloWorld { public static void main(String[] args) { int age=56; if(age>60){System.out.println("您已經步入老年,請注意保重身體!");}else if(age>40){System.out.println("您的生活壓力太大,請注意休息!");}else if(age>=18){System.out.println("一寸光陰一寸金,好好學習,報效祖國!");}else{System.out.println("祖國未來的花朵,
舉報
0/150
提交
取消