In the sport of diving seven judges award a score between 0


Question: In the sport of diving, seven judges award a score between 0 and 10, where each score may be a floating-point value. The highest and lowest scores are thrown out and the remaining scores are added together. The sum is then multiplied by the degree of difficulty for that dive. The degree of difficulty ranges from 1.2 to 3.8 points. The total is then multiplied by 0.6 to determine the diver's score.

Write a computer program that inputs a degree of difficulty and seven judges' scores and outputs the overall score for that dive. The program should use an Array List of type Double to store the scores.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: In the sport of diving seven judges award a score between 0
Reference No:- TGS02404874

Now Priced at $10 (50% Discount)

Recommended (92%)

Rated (4.4/5)