I'm working on a review assignment for school. The assignment is to write a class that reads from standard input a file containing several integers, which are to be put into an array. From here, methods need to be written that find the average, median, max, min, and standard deviation.I'm working on a review assignment for school.