Question: Student Grade Calculator Implement in C++ a Student Letter Grade Calculator program that does the following: 1. Gets the input about each of the Students

Student Grade Calculator Implement in C++ a Student Letter Grade Calculator program that does the following: 1. Gets the input about each of the Students (first name, last name, testscore1, testscore2, testscore3, testscore 4) from an input file. The attached studentScores.txt file is an example in file. Your program shoud work with any other similar format input data! Assume that there is information about 6 students in the input file. 2. Stores the input in arrays. 3. Calculates the total, average scores, and letter grades and stores them in arrays. a. The letter grade is based on the following grade scale: Average Score Letter Grade 90-100 80-90 70 - 80 60-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
