Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please write program in C++ please! Write a program to calculate students' average test scores and their grades. Use the following: Johnston 85 83 779176

Please write program in C++ please!

image text in transcribed

Write a program to calculate students' average test scores and their grades. Use the following: Johnston 85 83 779176 Aniston 80 90 95 93 48 Cooper 78 81 11 90 73 Gupta 92 83 30 6987 Blair 23 45 96 38 59 Clark 60 85 45 3967 Kennedy 77 31 52748:3 Bronson 939489 77 97 Sunny 7985 28 93 82 Smith 85 72 49 75 63 Use three arrays: a one-dimensional array to store the students' names, a parallel two-dimensional array to store the test scores, and a parallel one-dimensional array to store grades. Your program must contain at least the following functions: a function to read and store data into two arrays, a function to calculate the average test score and grade, and a function to output the results. Have your program also output the class average

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_2

Step: 3

blur-text-image_3

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

Repairing And Querying Databases Under Aggregate Constraints

Authors: Sergio Flesca ,Filippo Furfaro ,Francesco Parisi

2011th Edition

146141640X, 978-1461416401

More Books

Students also viewed these Databases questions