I need to write a JAVA program for the following problem: Students in a certain class take two examinations. If a score is less than 40 on either exam, then the student fails the course. If the average on the two exams is below 60, the student also fails the course. An average of 60 to 90, inclusive, is passing(without honors). An average above 90 is passing with honors. Given a student's scores on the two exams, output whether he or she fails, passes without honors, or passes with honors.