Question: You will be creating a program to help a teacher calculate final grades for a class. The program will calculate a final letter grade base

You will be creating a program to help a teacher calculate final grades for a class. The program will calculate a final letter grade base on a standard 90/80/70/60 scale. Your program should: - Ask the user how many students, and how many assignments there are - Get student names from the user - Get grades from the user - Calculate final grades - Print the report Requirements: - Must use multidimensional arrays - 2D array to hold student names - 2D array to hold all grades - Array to hold final letter grades Functions (You must fill in the parameters): void getGrades(); void printGrades(); void getStudents(); void printStudents(); void calcGrades(); void printFinalGrades();

Just needs first name should look something like this:

Bob Thomas 100 97 78 92 62 70 B B

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!