Question
The question I am having trouble with is in regards to the textbook Starting out with C++ Early Objects Ninth edition. I can't seem to
The question I am having trouble with is in regards to the textbook Starting out with C++ Early Objects Ninth edition. I can't seem to figure out Chapter 6 Programming Challenge number 9. Star Search. The question asks you to create a program that gathers scores for a talent show that has five judges, each of the judges are to give a score of 0 to 10 to each contestant with fractional values being allowed as scores. The contestants score is then found -by taking the lowest and highest scores of each contestant and dropping them, then finding the average using the remaining three numbers. The program specifies that there should be two methods that should be called at some point, a method named "void getJudgeData()" which should be called five times to get each of the scores from the judges, and another method called "double calcScore()" which is called once in order to calculate the final score after the lowest and highest values are dropped.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started