Question: Vrite a C++ program to display workers schedule for a company. To accomplish this 1) Write a struct Time with attributes (at least): hours, minutes
Vrite a C++ program to display workers schedule for a company. To accomplish this 1) Write a struct Time with attributes (at least): hours, minutes and seconds. Add other functions or attributes you eed to get the job done (2) Write a class Schedule with attributes: Day of week, start time, end time and activity Schedule should have at least (a) Display to display the schedule (b) Length to return the duration of the schedule (ie end time - start time), (C) ReadSchedule to read schedule from user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
