Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WITHOUT USING A STRUCT ! For assignment # 1, you will need to write a menu-driven system to enable an instructor to keep track of

WITHOUT USING A STRUCT !

image text in transcribed

For assignment # 1, you will need to write a menu-driven system to enable an instructor to keep track of the students registered for a class and their grades. This assignment should make use of an array data structure to keep track of students' names and grades (e.g. A, B, etc.). You can use a 2-dimensional static array of strings. You do not need to use classes for this assignment as classes will be the subject of assignment #2. However, ifyou would like to use classes, that is fine. Your program should use functions (global or class functions) to implement each option on the menu. The maximum array size is 100 (use a global constant) Use a student's ID as a subscript to the array. Make sure you validate the ID before attempting to access the array. The ID should be between 0 and 99. The menu should look as follows: 1. Add a student . Change a grade 3. Search by ID 4. Remove a student . Print class rostei 6. Exit lease enter your choice> To complete the assignment, you need to submit the cpp file through the blackboard

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Question What is the doughnut hole in HSA coverage?

Answered: 1 week ago