1.pdf

Create a class named SchoolYear.

Include appropriate private data members.

Include a default constructor which sets the start date of school to September 1, 2019.

Include a constructor which allows the user to set the start date of school.

Include the additional functions in your class which are neces- sary.

Write a main function that tests all of your functions.

 

Please upload the .cpp file and the results of running the program.