輸入某年某月某日,是閏年還是平年,判斷這一天是這一年的第幾天?

    public static void main(String[] args) {         //定義變量                  //年         int year;         //月         int month;         //固定天數         int day=0;         //輸入的天數         int days=0;
相關文章
相關標籤/搜索