Question
I need to write a Java program that will calculate each students average grade for a class of 11 students. I want to be able
I need to write a Java program that will calculate each students average grade for a class of 11 students. I want to be able to call the students average by their name. The program should be able to calculate the class average of all 11 students. I should be able to print the students numerical and letter grade; their average; the overall class average. I want to know how many students grades were below 70% and how many were above or equal to the class average. I need to know the class median, range, highest and lowest scores, and the average of each student in descending order. More technical description: Prompt the professor to enter data for one student at a time including first name, last name, student ID and grades for the course. Use prompts containing the number of the students whose data is being entered. Prompt the user to enter up to 15 grades per student and to type -1 to show that the user is through entering grades. If the score entered is less than 0 or more than 100, display an appropriate message and do not use the score. After all the scores have been entered, display the number of scores entered, the highest score, the lowest score, and the mean. You should have multiple methods and an array at minimum. In Java
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started