Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Beginning class of C++ We just learned about arrays and I have to complete this project please help. OUTPUT: Again this is a beginning class

Beginning class of C++

We just learned about arrays and I have to complete this project please help.

image text in transcribed

image text in transcribed

OUTPUT:

image text in transcribed

Again this is a beginning class and we just ended the chapter for Arrays.

CS 215- Fall 2018 Lab 4 Learning Objective: Declaration and use of two parallel arrays to solve a problem General Description: You are to write a small grading program for an instructor, used to enter quiz scores and calculate average scores for a group of students. First, ask the user to enter the number of students. You may assume the user enters a number betweer 1 and 20. Next, ask the user to enter the number of quizzes. You may assume the user enters a number between1 and 10. For each student: Ask the user to enter the student's name. Since the name may have spaces, use getline) instead of cin>>to ask for the name. You will probably have to use cin.ignore() to get this to work correctly. Hint: string aStringwithSpaces; cout nuner.cvariable, Store the entered name in an array of student names. Ask the user to enter the quiz scores for this student. Print the quiz number in the prompt (hint: cout

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

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions