11) Enter the following using Java. Use for loop to enter student id, student name, major...

80.2K

Verified Solution

Question

Programming

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

Answer & Explanation Solved by verified expert
4.0 Ratings (453 Votes)
Codeimport javaioBufferedReaderimport javaioIOExceptionimport javaioInputStreamReaderpublic class Testq public static void mainString args throws IOException BufferedReader console new    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students