7.8 (Average an array) Write two overloaded methods that return the average of anarray with the following headers:public static int average(int[] array)public static double average(double[] array)Write a test program that prompts the user to enter te