Calculating Easter Sunday (Due 19 Sep 2003)

This program is basically a variation of Exercise P3.17 in your book on page 130. The class that you will write will be called Easter. You will just have one method main().

In your program you will prompt the user to enter the year and you will print out the month and date for Easter Sunday for that year. Use the algorithm given by Gauss.

The file that you will be turning in will be called Easter.java. The file will have a header of the following form:

/*
  File: Easter.java

  Description:

  Student Name:

  Student UT ID:

  Course Name / Unique Number: CS 313E / 

  Date Created:

  Date Last Modified:

*/

You will follow the standard Java Coding Conventions. You can either view the HTML page or download the PDF or Postscript and print it out. There is a modification that I would like to make to the standard coding conventions. Please align the opening and closing braces vertically so that you can easily make out the blocks of code.

Use the turnin program to submit your Easter.java file. The TA should receive your work by midnight, Friday, 19 September 2003.