You are on page 1of 3

Use this title page for your course project documentation!

COS 231 Introduction to UNIX, Spring 2007


Instructor: Prof. Karagiozov
Individual Course Project
Title
Presented by: Ivan Sotirov

Student ID: 100029589 Name: Ivan Sotirov E-mail: iss050

Description of the project:


This is a script for calculating Easter Date. The user is asked to input a year. Then
he has to choose between Orthodox Easter and Catholic Easter as they are on different
days. Then, the Easter date is determined through a series of calculations. A different
method of calculation is implemented for Orthodox Easter and Catholic Easter. After
calculating the date, the cal command is executed so that the user can see the calendar for
that year and month.
Examples:

Here, the user inputs 2007 for the year and o for Orthodox Easter. The output date is 8
April.

Here, the input is 2008 for the year and o for Orthodox Easter. The result is 27 April
Input : 1954. Easter : Catholic. Result : 18 April

You might also like