11) Enter the following using Java.
Use for loop to enter student id, student name, major andgrades. Also grades should display their letter grades based ontheir conditions.
After that display the name of students and their info, and alsotheir letter grade
After that display the sum of all grades and the average
Output Example:
Student ID: 0957644
Student Name: Pedro Hernandez
Student Major: Business Information Systems
Grades for Fall 2020:
Introduction to Computer Science using Java: 85, B
Statistics: 85, B
Introduction to Psychology: 92, A
English Composition II: 84, B
Sum = 346
Average= 86.5, B