Ask your own question, for FREE!
Computer Science 10 Online
OpenStudy (anonymous):

If user input negative number or letter it crashes package largesmallaverage; import java.util.Scanner; public class LargeSmallAverage { public static void main(String[] args) { Scanner keyboard = new Scanner( System.in ); MyStatistics myStats = new MyStatistics(); int min; int max; double average; int [] numbers; numbers = readInput(); max = myStats.findMax(numbers); min = myStats.findMin(numbers); average = myStats.findMean(numbers); System.out.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!