CSCI 1300
Project: Calendar

This is one of several possible projects for CSCI 1300. The following link tells how the projects are used:


What the Program Should Do

This program writes a calender for one month of any year between 1900 and 10000. The month and year are inputs that are read from the user.

EXAMPLE OUTPUT

September 1994
  Sun  Mon  Tue  Wed  Thu  Fri  Sat
                        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

Estimated Difficulty Level for First Semester Students:


On a scale of 50 (easy) to 500 (hard): 200