各年龄段要做的活动

各年龄段要做的活动,第1张

各年龄段要做的活动

import java.util.Scanner;
public class nianLing{
    public static void main(String[] args){
        int age =(int)(100*Math.random());
        System.out.print("年龄是"+age+"属于");
        if(age<15){
            System.out.println("儿童,喜欢玩!");
        }else if(age<25){
            System .out.println("青年,要学习!");
        }else if(age<45){
            System .out.println("中年,要工作!");
        }else if(age<65){
            System .out.println("老年,要补钙!");
        }else if(age<85){
            System .out.println("老年,多运动!");
        }else {
            System .out.println("老寿星,古来稀!");
        }
    }
}

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5638020.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存