Co-op Hours

Write a menu-driven program that co-op students can use to enter the start and end dates of their co-op course, then output the number of hours they should have earned to-date to be on track to achieve 110 hours for a single credit course and 220 hours for a double credit course.

Note: the date must be retrieved from the computer.

Basic program: the program does not consider weekends or vacation days.

Option 1: the program saves and loads the start and end dates from a text file.

Option 2: the program prompts for the # of hours to student has and informs them how many hours they are behind or ahead.

Option 3: the program considers weekends and vacation days, which are loaded from a text file.