Monday
May 20, 2013

Homework Help: computer programming c++

Posted by james on Wednesday, April 21, 2010 at 6:18pm.

c++ program questoin

A particular talent competition has 5 judges, each of whom awards a score
between 0 and 10 to each performer. Fractional scores, such as 8.3, are allowed.
A performer’s final score is determined by dropping the highest and lowest score
received, then average the three remaining scores. Write a program that uses this
method to calculate a contestant’s score. It should include the following functions:

Void getJudgeData() should ask the user for a judge’s score, store it in a reference parameter variable, and validate it. This function should be called by main once for each of the five judges.

Void calcScore() should calculate and display the average of the three scores that remain after dropping the highest and lowest scores the performer received. This function should be called just once by main and should be passed the five scores. The last two functions should be called by calcScore(), which uses the returned information to determine which of the scores to drop.

Int findLowest() should find and return the lowest of the five scores passed to it.

Int findHighest() should find and return the highest of the five scores passed to it.

Input validation: Do not accept judge scores lower than 0 or higher than 10

No one has answered this question yet.

Answer this Question

First Name:
School Subject:
Answer:

Related Questions

Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Computer Programming - can anyone give me site about programming I need a sample...
Computer Information - A __________ provides the tools that a programmer uses to...
C++ Programming - Video Game Player Program Write a program to do the following...
computer science - in one the chapter 3 programming challenges you were asked to...
Talent Search Summer Program - Hi Jishka!!! Is there any videos and info about ...
computer programming - Write a program that simulates the dial of a phone number...
Computer Science (Programming Logic And Design) - Create a program that outputs ...
Computer Science (Programming Logic And Design) - Create a program that outputs ...
Programming - Write a pseudocode program that asks the user for an integer ...

For Further Reading

Search
Members
Community