Calculate the average

Assignment Help JAVA Programming
Reference no: EM131599299

Assignment

Create, using NetBeans, a complete Java program called CalcAvgDropLowest according to the following guidelines.

The program prompts the user for five to ten numbers all on one line, separated by spaces,calculates the average of all those numbers except the lowest n numbers, where n is given by the user, and displays all the numbers and the calculated average to the user.

The program uses methods to:
get the numbers used to calculate the average;
get the number of lowest numbers to drop before calculating the average
calculate the average of the numbers (except the lowest n numbers) entered by the user; and
print the results.

The first method should take no arguments and return an array 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 an array of doubles (the return value of the first method above) and a single integer value (the number of lowest items to drop before calculating the average) and return a double (the average of all the numbers except the lowest n values).
The fourth method should take an array of doubles, an integer, and a double as arguments but 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, then
the program should give as output:
Given the numbers 40.00, 60.00, 80.00, 100.00, and 20.00, the average of all the numbers except the lowest 2 numbers is 80.00.

Thoughts
Consider importing java.util.Arrays and using the sort method on your array of numbers.

Reference no: EM131599299

Questions Cloud

Explain the different forms of art : What had the greater impact on bringing the U.S. out of the Great Depression, President Franklin Roosevelt's New Deal or the Second World War?
What effect does the turnover have on the payroll tax : If a company is considered to have high employee turnover, what effect does the turnover have on the Payroll Tax expenses for the business
Under standard-state conditions : Under standard-state conditions, which of the following reactions is spontaneous?
Compare javas treeset and hashset to the bianrysearchtree : A method to compare Java's TreeSet and HashSet to the BianrySearchTree, UnsortedSet, and UnsortedHashSet classes developed in class.
Calculate the average : Create, using NetBeans, a complete Java program called CalcAvgDropLowest - Consider importing java.util.Arrays and using the sort method on your array of number
How does the book influence your thinking about islam : And write a two page book review. What is the message of the book? How does the book influence your thinking about Islam? War? Immigration? Bees?
Design a research questions about the topic selected : Design a research question(s) about the topic selected formed as quantitative or qualitative. Share why this topic and research question is important for you.
Compare the processes that occur : What would the equation be and how would you draw a sketch showing the form in which the compound is present in its respective solution.
Discuss the compare and contrast biography : COMPARISON-CONTRAST BIOGRAPHY: write a short paper (5-6 double-spaced pages including sources used page) on two (2) of the AMERICAN people featured.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd