Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NOTE: THIS MUST BE WRITTEN IN C++ Grade Book Create a New Project called YourLastnameGradeBook. A teacher has five students who have taken four tests.

NOTE: THIS MUST BE WRITTEN IN C++

image text in transcribed

Grade Book Create a New Project called YourLastnameGradeBook. A teacher has five students who have taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or her four test scores. Write a program that uses a two-dimensional array of characters to hold the five student names, a single-dimensional array of five characters to hold the five students' letter grade, and five singedimensional arrays of four doubles to hold each student's set of test scores. The program should allow the user to enter each student's name and his or her four test scores. It should then calculate and display each student's average test score and a letter grade based on the average. Input validation: Do not accept test scores less than 0 or greater than 100

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

Climate And Environmental Database Systems

Authors: Michael Lautenschlager ,Manfred Reinke

1st Edition

ISBN: 1461368332, 978-1461368335

More Books

Students also viewed these Databases questions