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

Could someone help me finish this code please, it is to be ran on eclipse or netbeans. Just straight up JAVA! 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); ave

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!