Question: Java Write a program that reads a set of floating-point (double) values. Keep accepting values until the user enter Q. Then print: average of the
Java Write a program that reads a set of floating-point (double) values. Keep accepting values until the user enter "Q".
Then print:
average of the values
smallest of the values
largest of the values
the range (the difference between the smallest and largest)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
