Tags:
tag this topic
create new tag
view all tags
---+ Last lab: Finish the project ---++ Learning Objective(s) 1 Show all that you have learned this semester. 1 Use existing classes to finish the calendar project. ---++ Overview of the program You are adapt your calendar keeper from lab 7 to use arrays to store the data instead of files. ---++ Details * Create a <b>Calendar Keeper</b> class that interacts with the user the same way your lab 7 does. * Create a <b>Calendar</b> class * It should <b>not</b> use files. * It should use an array to store a number of days * Only create an entry in the array of days when there is at least one task for it. * The array need not be sorted. * If a task is being added to a day that already exists (i.e. has at least one task in it already), the new task should just be added to that task. * It should be able to find a given day in the list of days. * This class does not need an equals or compareTo * All normal exceptions should be handled (not thrown) ---++ Submission 1 Create an empty zip folder. 1 Place your classes (.java files) in it 1 Place your software development report in it. 1 Submit the zip folder on canvas ---++ Optional improvements * Save the data between each running of the program in a binary file and load it back up when the program launches * Add another option that displays a given month's calendar with a * after each date that has a least one task. * Add another option that displays an entire year's calendar with a * after each date that has at least one task. * Sort the days before they are ever displayed.
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 - 2022-03-11
-
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