Date With Overloaded Operators Project

This project ws my introduction to opertor overloading. The user inputs a month, day, and year and then using the overloaded operator to add days. Then it uses compound assignment to let the user add further days. Inside the date class, it has a way of checking to see if the year is a leap year or not. The example I used for the program run used a leap year to demonstrate it.

Program Run

Main Class Code

Employee Class Code