CS 110 Arch/OS
Grading Date Project
Introduction
Quickly, read the projects given to you and grade them, based on
a 10 point scale.
The Date program is meant to gain experience in checking input parameters.
-
There should be a lot of code, especially around checking for the number
of days in a month. I am not worried about leap years, but some of them
might discover this and implement it.
-
We are concerned with the number of days in each month. We will accept
29 for February.
I think you are really trying to see if they understand what they
are doing related to processing parameters via the command line.
Points Issues
-
-2 or 3, Unreasonable checks for bad inputs.
-
-2, Not checking for correct number of days in a month.
-
-2, Not taking date as a 3 character input.
-
-5, No script file or No code
>p>
Last modified Sept 24, 2001 by mike@cs.hmc.edu