(30 MARKS)
Assume that you have been hired to develop a staff leave system for Richfield. The
program must be developed using pointers and linked lists.
Your program should display a menu with the following items:
1. Select a single day leave
2. Select multiple day leaves
3. Quit
When option 1 is selected, if multiple leave days are selected, it displays a prompt
to select a single leave day.
When option 2 is selected, it highlights a range of days to select from.
When option 3 is selected, the program exits/terminate.
(30)
Fig: 1