All of your coding will be completed in the integrated development environment (IDE). Additional references on the use of this IDE are linked in the Supporting Materials section. As you begin coding,...


All of your coding will be completed in the integrated development environment (IDE). Additional references on the use of this IDE are linked in the Supporting Materials section. As you begin coding, you will be using the data structure that you recommended in Project One to complete the following.




  1. Input: Design code to correctly read the course data file. The program you will submit will be a command-line program written in C++. You 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 your chosen data structure. Your data structure will hold course objects.




  1. Menu: Design code to create a menu that prompts a user for menu options. The menu should include the following options:

    1. 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.

    2. Print Course List: This will print an alphanumeric list of all the courses in the Computer Science department.

    3. Print Course: This will print the course title and the prerequisites for any individual course.

    4. Exit: This will exit you out of the program.






  1. Loading Data Structure: Develop working code to load data from the file into the data structure.




  1. 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). To print out a course list, use the pseudocode you created previously to guide your work. Then, create code that will allow advisers to print a course list in alphanumeric order. Remember that this code should do the following:

    1. Sort the course information alphanumerically from lowest to highest.

    2. Print the sorted list to a display.






  1. 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. Your 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. See Project Two Sample Program Output in the Supporting Documents section.




  1. Industry Standard Best Practices: Apply industry standard best practices in code design. Your program should display an error message when user input does not fall within parameters. You should also use in-line comments and appropriate naming conventions to enhance readability and maintainability.

Oct 10, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here