subject

Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions. The main program should create an array of size 5 and should call the function getScore() and calcAverage(), by passing the array in both the functions β€’ void getScore(score, SIZE) – This function should ask the user for five test scores, validate it and store it in the array. β€’ void calcAverage(score, SIZE) - This function should call findLowest() and get the lowest of five scores. After dropping the lowest score, it should calculate and display the average of the four highest scores. β€’ int findLowest(score, SIZE)- This function should find and return the lowest of the five scores passed to it. β€’ Function prototypes void getScore(int [], int); void calcAverage(int [], int); int findLowest(int [], int); Input Validation: Do not accept test scores lower than 0 or higher than 100

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:30
On early television stations, what typically filled the screen from around 11pm until 6am? test dummies test patterns tests testing colors
Answers: 1
question
Computers and Technology, 24.06.2019 02:40
Has anyone seen my grandma shes been gone for 4 years already
Answers: 1
question
Computers and Technology, 24.06.2019 03:00
What is one potential problem associated with an organization purchasing new technology early in its lifecycle
Answers: 1
question
Computers and Technology, 24.06.2019 10:00
Which feature of a blog to restore and retrieve older post
Answers: 3
You know the right answer?
Write a program that calculates the average of a group of test scores, where the lowest score in the...
Questions
question
Social Studies, 30.04.2021 06:20
Questions on the website: 13722367