A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

© yangshaoqiang 中级黑马   /  2015-10-22 12:50  /  316 人查看  /  0 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

public static void month(){
        System.out.println("请输入1~12月份");
        int month=sc.nextInt();
                if(month>=2&&month<5){
                        System.out.println(month+"月份是春天");
                }else if(month>=5&&month<8){
                        System.out.println(month+"月份是夏天");
                }else if(month>=8&&month<11){
                        System.out.println(month+"月份是秋天");
                }else if(month==11||month==12||month==1){
                        System.out.println(month+"月份是冬天");
                }else{
                        System.out.println("输入有误!!");
                }
        }

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马