Lab 08 C++ Using the flowchart for Lab #08 as a guide, write a C++ program that does the same thing. Your C++ program must use functions to input the scores, compute the average, and find the...

I have a lot of files and I need lesson 7, 8, 9 , 10 and final done. I need all of Pearson done please.


Lab 08 C++ Using the flowchart for Lab #08 as a guide, write a C++ program that does the same thing. Your C++ program must use functions to input the scores, compute the average, and find the index of the highest score. Remember Raptor arrays start at 1, but C++ arrays start at 0. Here is what the function header for inputScores should look like; void inputScores(string studentNames[ ], double scores[]) The getAverage function will look like; double getAverage(double scores[]) The getHighIndex function will be similar, but will return an int. There is no extra credit for the C++ version of this assignment, but you may, if you wish, submit a program which is the C++ equivalent of the extra credit version of the Lab 08 Flowchart. Test your program to make sure it works properly, and then copy and paste the C++ code into the Write Submission box of the assignment.
Mar 18, 2023
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here