Question: ignore the stack only structure We want to write down the courses a student has taken into a file in text format. The filename shall
ignore the stack only structure

We want to write down the courses a student has taken into a file in text format. The filename shall be the student name, which you can ask from the user. The file should contain the index for courses, like 1, 2, 3, etc., the three letters for the course prefix, like BME, EEE, CoE, etc., a 3 digit number for the course code, like 101, 233 etc. and the letter mark for the course, in compliance with Medipol's grading system like A+, A, B+ etc. For this lab assignment: - Develop the C Stacks to represent the course info. - Get the data for 5 courses. - Write these as text into a file and close the file. - Then, open the file again as read-only, write the content of the file on the console. - For all cases, use the stack as the data storage, not the individual variables. A sample line for the file should look like this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
