Tags:
tag this topic
create new tag
view all tags
---+ 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.
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r1 - 2021-12-27
-
cathybareiss
Home
Site map
Assessment web
BethelAIResources2026 web
CenterForComputing web
ChatGPT web
Intro2AIatBethel web
Main web
Sandbox web
TWiki web
CenterForComputing Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
E
dit
A
ttach
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