---+ Fifth lab: Calendar: Part 1 ---++ Learning Objective(s) 1 More comfort with loops 1 Start work on a larger project to create a calendar program that tracks appointments, etc. ---++ Overview of the program This lab should print out a calendar for a specific month. ---++ Specifics For a given month of a given year, output the calendar. For January of 2022, you should output something like: <pre> S M T W R F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 </pre> 1. You are to get from the user the year, month (1-12) and which day that month starts on (0-6). 1. You need to handle the leap year appropriate. Learn how decide if a year is a leap year. It is more complex than a multiple of 4! 1. The program should be called <b>DispMonth</b> ---++ Submission 1 Create an empty zip folder. 1 Place your program (.java file) in it 1 Place your software development report in it. 1 Submit the zip folder on canvas ---++ Optional improvements Optional improvements should ONLY be worked on once the program is completing working. In addition, the work is to be done on your own with little if any help for lab assistants or the instructor. 1. Have your program determine what day the month starts on instead of inputting it.
This topic: CenterForComputing
>
WebHome
>
SyllabiSpring2022
>
CSC121SylS2022
>
CSC121S2022Lab5
Topic revision: r1 - 2021-12-27 - cathybareiss
Copyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback