Welcome to the Easter Date Calculator! This Java program, based on an exercise from the book "Big Java Early Objects," allows you to input a year and determine the date of Easter for that year.
Simply run the EasterDateCalculator.java file, and the program will prompt you to enter a year. After entering the year, the program will calculate and display the date of Easter for that year based on the algorithm provided in the book.
- Clone the repository to your local machine.
- Open the project in your Java development environment.
- Run the
EasterDateCalculator.javafile. - Follow the prompts to enter a year and view the corresponding Easter date.
The Easter Date Calculator exercise is based on material from the book "Big Java Early Objects."