Question: #include #include using namespace std; void getTestScores ( double [ ] , int ) ; double getTotal ( const double [ ] , int )
#include
#include
using namespace std;
void getTestScores double int;
double getTotal const double int;
double getLowest const double int;
int main
const int SIZE ;
double testScoresSIZE
total,
lowestScore,
average;
cout fixed showpoint setprecision;
getTestScorestestScores SIZE;
total getTotaltestScores SIZE;
lowestScore getLowesttestScores SIZE;
total lowestScore;
average total SIZE ;
cout "The average with the lowest score
"dropped is average
;
return ;
void getTestScoresdouble scores int size
int index;
for index ; index size ; index
cout "Enter test score number
index : ;
cin scoresindex;
double getTotalconst double numbers int size
double total ;
for int count ; count size; count
total numberscount;
return total;
double getLowestconst double numbers int size
double lowest;
lowest numbers;
for int count ; count size; count
if numberscount lowest
lowest numberscount;
return lowest;
Line contains an
Lines and are examples of an
Line contains
Lines and are examples of an
Line is an example of
Line is an example of
Line is the start of
Line is an example of
These are the optional answers for all of the questions
Choose
Mathematical operator
Loop
Preprocessor directive
File
Switch statement
If statement
Function definition
Input statement
Array declaration
Function Prototype
Function call
Output statement
Concatenation
Postprocessor directive
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
