Write a java program that will ask the user for the number of exams they took. U
ID: 3647419 • Letter: W
Question
Write a java program that will ask the user for the number of exams they took. Using a loop prompt the user for each exam grade. Calculate the average(the average equation must be outside the loop). Display the result. Test your results.Using the above program . Add an else/if structure that determines the letter grade value based on the average score using an if else structure the typical grading scale(90 and above equals A.....). Display the numeric grade average and the letter grade