Java輸入年月,打印該月的日曆,已知2000年1月1號是星期六

/** * @description 輸入年月打印該月的萬年曆 * @title 輸入年月,打印該月的日曆,已知2000年1月1號是星期六 */ public static void PrintWeekDay(){ //定義年月變量 int year,month; int totalDays=0; //定義Scanner對象
相關文章
相關標籤/搜索