Get personalized answers to your unique questions on IDNLearn.com. Get the information you need quickly and accurately with our reliable and thorough Q&A platform.

. create two java classes for this homework: statdriver.java with a main method, and stats.java without a main method. the goal of the main method is to read a series of numbers from system.in, create an arraylist containing those numbers, call the mean and standard deviation functions of the stats class, and then report the results.