Computers and Technology
Computers and Technology, 06.12.2019 00:31, Randy6922

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 ensure that all inputs are within the allowable data ranges. solution thus far: import java. util. scanner; public class diving {public static void main(string[] args) {double[] scores = new double[7]; int posminscore, posmaxscore; double sum = 0; double difficulty; double finalscore;

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 22:30, reinasuarez964
One of your customers wants you to build a personal server that he can use in his home. one of his concerns is making sure he has at least one backup of their data stored on the server in the event that a disk fails. you have decided to back up his data using raid. since this server is for personal use only, the customer wants to keep costs down. therefore, he would like to keep the number of drives to a minimum. which of the following raid systems would best meet the customer's specifications? a. raid 0 b. raid 1 c. raid 5 d. raid 10
Answers: 3
image
Computers and Technology, 23.06.2019 02:00, kayladgranger
Which demographic challenge is europe currently experiencing? a. an aging and decreasing population b. a baby boomc. an unequal distribution between males and females d. a large group of teenagers moving through the school system(i chose a but i'm unsure)
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, gabby640
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
image
Computers and Technology, 23.06.2019 19:50, Aprillove7939
Which feature is selected to practice and save the timing of a presentation
Answers: 1
Do you know the correct answer?
In the sport of diving, seven judges award a score between 0 and 10, where each score may be a float...

Questions in other subjects:

Konu
Mathematics, 03.03.2020 04:59