Question: C++ Write a program that reads student's names followed by their test scores from the input file i provided in Canvas. The program should output

C++

Write a program that reads student's names followed by their test scores from the input file i provided in Canvas. The program should output to a file, output.txt, each students name followed by the test scores and the relevant grade. It should also output the same data to the screen.

Student data should be stored in a struct variable of type StudentType, which has four components: studentFName and studentLName of type string, testScore of type int and grade of type char. suppose that the class has 20 students. Use an array of 20 components of type StudentType.

Your program must contain at least the following functions:

1. A function to read the student's data into an array.

2. A function to assign the relevant grade to each student.

Your program should output each students name in this form: last name followed by a comma, followed by a space, followed by the first name; the name must be left justified. Moreover, other than declaring the variables and opening the input and output files, the function main should only be a collection of function calls.

Your program should open C:\\Project4\\Ch9_Ex2Data.txt and write the output to that same folder (C:\\Project4\\output.txt). The slash syntax will depend on what compiler you are using.

C:\\project4\\Ch9_ex2Data.txt

Duckey Donald 85

Goof Goofy 89

Brave Balto 93

Snow Smitn 93

Alice Wonderful 89

Samina Akthar 85

Simba Green 95

Donald Egger 90

Brown Deer 86

Johny Jackson 95

Greg Gupta 75

Samuel Happy 80

Danny Arora 80

Sleepy June 70

Amy Cheng 83

Shelly Malik 95

Chelsea Tomek 95

Angela Clodfelter 95

Allison Nields 95

Lance Norman 88

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!