Grade Book A teacher would like to assign a letter grade to a student, based on student's test score. Write a program to help this teacher managing her students' test score. Use the following grading...


Grade Book<br>A teacher would like to assign a letter grade to a student, based on student's test score. Write<br>a program to help this teacher managing her students' test score. Use the following grading<br>scale to assign a letter grade to a student.<br>Test Score<br>Letter Grade<br>80 - 100<br>A<br>70 - 79<br>B<br>60 69<br>C<br>50 - 59<br>0- 49<br>F<br>Your program must have an array of string objects to hold the student names and an array<br>of int to hold the student scores. Let the teacher determines the number of students and ask<br>the teacher to enter the information for each student.<br>Your program should have the following programmer-defined functions:<br>getInput () - to read the students name and scores from user<br>getGrade () - to determine the letter grade corresponding to the score<br>getReport () - to determine the maximum, minimum, average and standard<br>deviation of the scores<br>Display an error message if the teacher enter mark below 0 or above 100, and keep asking<br>for a valid value.<br>The program should also be capable of repeatedly prompt the user for a new set of values<br>after the results of the previous set have been calculated and displayed. However, the user<br>can have the option to stop and exit the program.<br>

Extracted text: Grade Book A teacher would like to assign a letter grade to a student, based on student's test score. Write a program to help this teacher managing her students' test score. Use the following grading scale to assign a letter grade to a student. Test Score Letter Grade 80 - 100 A 70 - 79 B 60 69 C 50 - 59 0- 49 F Your program must have an array of string objects to hold the student names and an array of int to hold the student scores. Let the teacher determines the number of students and ask the teacher to enter the information for each student. Your program should have the following programmer-defined functions: getInput () - to read the students name and scores from user getGrade () - to determine the letter grade corresponding to the score getReport () - to determine the maximum, minimum, average and standard deviation of the scores Display an error message if the teacher enter mark below 0 or above 100, and keep asking for a valid value. The program should also be capable of repeatedly prompt the user for a new set of values after the results of the previous set have been calculated and displayed. However, the user can have the option to stop and exit the program.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here