question archive Make a java program called AdjusterResult that gets a set of result values and uses the result class that calculates the mean with the lowest value annulled, the program must include the following features -it must ask the user for the number of results to process -create the array to hold the result values -generate a Result object passing the array as a parameter -adjust the mean by annulling the lowest -display the adjusted mean to one decimal place; if there is less than 2 results for -processing, the adjusted mean is 0
Subject:Computer SciencePrice: Bought3
Make a java program called AdjusterResult that gets a set of result values and uses the result class that calculates the mean with the lowest value annulled, the program must include the following features
-it must ask the user for the number of results to process
-create the array to hold the result values
-generate a Result object passing the array as a parameter
-adjust the mean by annulling the lowest
-display the adjusted mean to one decimal place; if there is less than 2 results for
-processing, the adjusted mean is 0.0 and the user is informed of the ERROR
-display the lowest result value annulled