Write a method named examAverager that accepts a Scanner object as its parameter and returns a double – the average of exam scores. Within the method, you should ask the user how many student exams they have, create a double array of that size, and read in specified number of exam scores, storing each as an entry in your array. Compute and return the average of the exam scores