AverageGrade. Assume the professor gives five exams during thesemester with grades 0 through 100 and drops one of the exams withthe lowest grade. Write a program to find the average of theremaining four grades. The program should use a class named Examsthat has 1. An instance variable to hold a list of five grades, 2.A method that calculate and return average. 3. A string that returnthe “exams Average†for printing. Your program output should promptfor an input for each grade. Use any number between 0 and 100. Yoursubmission should include compiled output.
use java