Question: LAB: Adjust list by normalizing - methods (Interactive) When analyzing data sets, such as data for human heights or for human weights, a common step
Ex: If the input is:
How many values? S
30.0
50.0
10.0
70.0
65.0
the output is:
3.0 5.0 1.0 7.0 6.5
The main method for this program has already been written - you must define the following 2 methods to make the program work:
public static int getMinimum ( double[] values)
public static void normalize (double[] values, double smallest)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
