Question: I have a question about how to write the logical syntax for the following assignment in C++ Input: Design code to correctly read the course

I have a question about how to write the logical syntax for the following assignment in C++

  1. Input: Design code to correctly read the course data file. The program will be a command-line program written in C++. It will prompt the user to ask for the file name that contains the course data and read that file into course objects that are stored in a vector data structure. Your data structure will hold course objects.
  2. Menu: Design code to create a menu that prompts a user for menu options. The menu should include the following options:
  3. Load Data Structure: Load the file data into the data structure. Note that before you can print the course information or the sorted list of courses, you must load the data into the data structure.
  4. Print Course List: This will print an alphanumeric list of all the courses in the Computer Science department.
  5. Print Course: This will print the course title and the prerequisites for any individual course.
  6. Exit: This will exit you out of the program.
  7. Loading Data Structure: Develop working code to load data from the file into the data structure.
  8. Course List: Develop working code to sort and print out a list of the courses in the Computer Science program in alphanumeric order(including all math courses). Then, create code that will allow advisers to print a course list in alphanumeric order.
  9. Sort the course information alphanumerically from lowest to highest.
  10. Print the sorted list to a display.
  11. Course Information: Develop working code to print course information.This code should allow users to look up a course and print out information about its title and prerequisites. The program will need to prompt the user to enter the courseNumber. You will then print out the name of the course along with the prerequisite courseNumbers and titles.

Thank you

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!