Welcome...


to the Day Program Start Page

The Problem:

   To create a program that will take any date in the 20th century (1900 to 1999 inclusive) and return the day of the week the day occured.

Solution:

   This program used an algorithm found in our C++ book to find the day; however, we, the students, had to restrict input and we also had to alter the algorithm a bit. The class worked on the program for several weeks and started breaking it down by created the basic program and functions. The next step was to restrict input by scanning the input from the user. This was done in a screen_data function.

From here you can see the source code to my program or a list of important dates in the last century complete with a description and pictures of the event.

Visit the paper of my written report.

Visit the code of my program.

Go Back to the Main Computer Science Page    Go to the Home Page