Question: In a C program You will be creating a program to help a teacher calculate final grades for a class. The program will calculate a
In a C program
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();
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
