Create a Java program called Exam2_AnastasiaDeclin that calculates and prints a student's average mark and letter grade based on their scores in five subjects. The program will ask the user to enter each score, calculate the average using the calculateAverage method, and then determine the letter grade using the gradeCalculator method. The output will include both the average mark and the corresponding letter grade.