Problem
Averaging Grades
Write a Java program that allows you to enter your grades in this course into an array of floats. At the beginning of the program, the application should prompt you for the total number of grades you intend to enter. After entering the grades, the application should call a method to average the grades. Display the grades and the resulting average.