Question: >>> schedule.txt. Class Schedule Class Time Physics 15:30 Calculus 9:00 Biology 14:30 Chemistry 11:30 2. High School Scheduler In this problem you will design and

>>> schedule.txt.
Class Schedule
Class Time
Physics 15:30
Calculus 9:00
Biology 14:30
Chemistry 11:30
2. High School Scheduler In this problem you will design and implement a program that tells you the time of each class The program will prompt the user for the class and you will output the time. For example, you will be provided with the following text file. Class Schedule: Class Physics Calculus Biology Studv Hall Chemistry Time 15:30 9:00 14:30 10:30 11:30 All of your code should be placed in one file, highSchoolScheduler.c; the program accepts the file name as a command line argument so that it is executable like this ./highSchoolScheduler schedule.txt. In the input text file the times will be in military times, and you will have to con- vert them to regular time. Your converted time should be displayed either in PM or AM. Sample Output: What class do vou want to search for? Phvsics Physics is at 3:30 PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
