Question: Create a program in Visual Studio using C++ that writes, to a file, the names and grades for a class of user defined quantity. For

Create a program in Visual Studio using C++ that writes, to a file, the names and grades for a class of user defined quantity. For each student, your program shall get the students first name, last name, and scores for 3 assignments. It must write each students name (first and last), each score, and the average of the 3 grades to a new file. File must be stored in tab delimited format. Each text element is stored as ASCII. Words stored in rows separated by tabs (\t). Each row ends with a new line ( ). This file can be opened in Excel. File name ends in .txt or .csv.

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!