Question: The second program is Student Grade, which is also attached to this assignment. The purpose for assigning you this example program is to acquaint you
The second program is Student Grade, which is also attached to this assignment.
The purpose for assigning you this example program is to acquaint you with the use of the following:
a declaring input file stream variables via the ifstream class,
b declaring output file stream objects via the of stream class,
c using the open method and dot notation to open input and output files
d file input via the file input stream object and associated stream extraction operator
e file output via the file output stream object and associated stream insertion operator
f closing file streams via the close method, and
g creating plain text data files.
When you run your program, you are to come up with your own student name and test scores, ie the input data file "test.txt should contain your own name and grades devise a reasonable output format
You will submit a printout of your program typeset in a monospaced font such as Courier New, a screenshot of the execution window, and printouts of the input and output files. Be sure to put your name, lab number, and date at the top of each page.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
