Question: I need to write this code in C++, can some please help? General Description: You are to write a small grading program for an instructor,
I need to write this code in C++, can some please help?


General Description: You are to write a small grading program for an instructor, used to enter quiz scores and calculate averaRe scores for a group of students. First, ask the user to enter the number of studernts. You may assme the user enters a number betweern 1 and 20. Next, ask the user to enter the numher of quizzes. You may assume the user enters a number between 1 and 10. For each student Ask the user to enter the student's name. Since the name may have spacs, se getline) instead ol cin o ask for the nare, You will probably have to use cin.ignorel) to gel this lo wor k correctly. Hint: cout"Enter string with spaces; cin.ignore needed wheused after a: rin> numericvariahle Store the entered name in an array of student names. Ask the user to enter the quiz scores for this student. Printthe quiz number in the prompt (hint: cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
