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, testscore4)...


Implement in C++ a Student Letter Grade Calculator program that does the following:<br>1. Gets the input about each of the Students (first name, last name, testscore1, testscore2, testscore3, testscore4) from an input file. The<br>attached studentScores.txt file is an example input file. Your program shoud work with any other similar format input data! Assume<br>that there is information about 6 students in the input file.<br>2. Stores the input in arrays.<br>3. Calculates the total, average scores, and letter grades and stores them in arrays.<br>a. The letter grade is based on the following grade scale:<br>Average Score<br>Letter Grade<br>90 - 100<br>A<br>80 - <90<br>B<br>70 - <80<br>60 - <70<br>D<br><60<br>F<br>4. Writes the output (first name, last name, testscore1, testscore2, testscore3, testscore4, total, average, letter grade) to a file and saves it as<br>studentLetterGrades.txt<br>

Extracted text: 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, testscore4) from an input file. The attached studentScores.txt file is an example input 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 A 80 - <90 b="" 70="" -=""><80 60="" -=""><70 d=""><60 f="" 4.="" writes="" the="" output="" (first="" name,="" last="" name,="" testscore1,="" testscore2,="" testscore3,="" testscore4,="" total,="" average,="" letter="" grade)="" to="" a="" file="" and="" saves="" it="" as="">
Leroy Johnson 86 91 65<br>Jenny clarkson 56 73 56<br>Sheika Townsman 45 32 59<br>Diago Perez 77 72 74<br>Dina Perry 95 90 89<br>James Samson 71 65 61<br>

Extracted text: Leroy Johnson 86 91 65 Jenny clarkson 56 73 56 Sheika Townsman 45 32 59 Diago Perez 77 72 74 Dina Perry 95 90 89 James Samson 71 65 61

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here