输入某年某月某日,是闰年还是平年,判断这一天是这一年的第几天?

    public static void main(String[] args) {         //定义变量                  //年         int year;         //月         int month;         //固定天数         int day=0;         //输入的天数         int days=0;
相关文章
相关标签/搜索