Design a form for students to enter the grades (A, B, C, D, or F) of five classes (I will enter class names in designated areas); use textboxes.
After hitting the “Calculate” button, the result (average) with a message should be displayed right
underneath the form. If the average is above 3.5, display a congratulation message with instructions to
apply; if not, thank his/her interest and (you may think of something). Use JavaScript to do this.