The fifth method should take four arguments: an array list of numbers (the return value of the first method above); an integer (the number of smallest numbers to drop before calculating the average); a double (the weight); and a double (the weighted average returned from the fourth method above). This method should have no return value. For example: If the user gives these numbers for calculating the average: 40 60 80 100 20 and the user gives the number 2 to indicate how many of the lowest values should be dropped before calculating the average, and gives a weight of 0.5, then the program should give as output: The weighted average of the numbers is 40.0, when using the data 40.0, 60.0, 80.0, 100.0, 20.0, where 0.5 is the weight used, and the average is computed after dropping the lowest 2 values. First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create a new Java application called "WeightedAvgDropSmallest" (without the quotation marks) according to the following guidelines. The program prompts the user for five to ten numbers all on one line, separated by spaces, calculates the weighted average of all those numbers except the lowest n numbers, wheren and the weight are also given by the user, and displays all the numbers, the weight, the number of lowest numbers dropped, and the calculated average to the user. The program uses methods to: 1. Get the numbers used to calculate the average 2. Get the number of lowest numbers to drop before calculating the average 3. Get the weight, a double greater than O and less than or equal to 1 4. Calculate the weighted average of the numbers (except the lowest n numbers) entered by the user 5. Print the results The first method should take no arguments and return an array list of doubles. The second method should take no arguments and return a single integer, the number of the lowest numbers to drop before calculating the average. The third method should take no arguments and return a double (the weight) The fourth method should take three arguments: an array list of numbers (the return value of the first method above); an integer (the number of smallest items to drop before calculating the average); and a double (the weight). This method should return a double (the weighted average of all the numbers except the lowest n values). The fifth method should take four arguments: an array list of numbers (the return value of the first method

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Modularization Techniques
Section: Chapter Questions
Problem 2GZ
icon
Related questions
Question
The fifth method should take four arguments: an array list of numbers (the return value of the first method
above); an integer (the number of smallest numbers to drop before calculating the average); a double (the
weight); and a double (the weighted average returned from the fourth method above). This method should
have no return value.
For example:
If the user gives these numbers for calculating the average:
40 60 80 100 20
and the user gives the number 2 to indicate how many of the lowest values should be dropped before
calculating the average, and gives a weight of 0.5, then the program should give as output:
The weighted average of the numbers is 40.0, when using the data 40.0, 60.0, 80.0, 100.0, 20.0, where 0.5 is
the weight used, and the average is computed after dropping the lowest 2 values.
Transcribed Image Text:The fifth method should take four arguments: an array list of numbers (the return value of the first method above); an integer (the number of smallest numbers to drop before calculating the average); a double (the weight); and a double (the weighted average returned from the fourth method above). This method should have no return value. For example: If the user gives these numbers for calculating the average: 40 60 80 100 20 and the user gives the number 2 to indicate how many of the lowest values should be dropped before calculating the average, and gives a weight of 0.5, then the program should give as output: The weighted average of the numbers is 40.0, when using the data 40.0, 60.0, 80.0, 100.0, 20.0, where 0.5 is the weight used, and the average is computed after dropping the lowest 2 values.
First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==>
Close All Projects).
Then create a new Java application called "WeightedAvgDropSmallest" (without the quotation marks)
according to the following guidelines.
The program prompts the user for five to ten numbers all on one line, separated by spaces, calculates the
weighted average of all those numbers except the lowest n numbers, wheren and the weight are also given by
the user, and displays all the numbers, the weight, the number of lowest numbers dropped, and the
calculated average to the user.
The program uses methods to:
1. Get the numbers used to calculate the average
2. Get the number of lowest numbers to drop before calculating the average
3. Get the weight, a double greater than O and less than or equal to 1
4. Calculate the weighted average of the numbers (except the lowest n numbers) entered by the user
5. Print the results
The first method should take no arguments and return an array list of doubles.
The second method should take no arguments and return a single integer, the number of the lowest numbers
to drop before calculating the average.
The third method should take no arguments and return a double (the weight)
The fourth method should take three arguments: an array list of numbers (the return value of the first
method above); an integer (the number of smallest items to drop before calculating the average); and a
double (the weight). This method should return a double (the weighted average of all the numbers except the
lowest n values).
The fifth method should take four arguments: an array list of numbers (the return value of the first method
Transcribed Image Text:First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create a new Java application called "WeightedAvgDropSmallest" (without the quotation marks) according to the following guidelines. The program prompts the user for five to ten numbers all on one line, separated by spaces, calculates the weighted average of all those numbers except the lowest n numbers, wheren and the weight are also given by the user, and displays all the numbers, the weight, the number of lowest numbers dropped, and the calculated average to the user. The program uses methods to: 1. Get the numbers used to calculate the average 2. Get the number of lowest numbers to drop before calculating the average 3. Get the weight, a double greater than O and less than or equal to 1 4. Calculate the weighted average of the numbers (except the lowest n numbers) entered by the user 5. Print the results The first method should take no arguments and return an array list of doubles. The second method should take no arguments and return a single integer, the number of the lowest numbers to drop before calculating the average. The third method should take no arguments and return a double (the weight) The fourth method should take three arguments: an array list of numbers (the return value of the first method above); an integer (the number of smallest items to drop before calculating the average); and a double (the weight). This method should return a double (the weighted average of all the numbers except the lowest n values). The fifth method should take four arguments: an array list of numbers (the return value of the first method
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT