Question: C++ Team Challenge Complete the missing parts of this program./ 1- rename the file chunData.txt with your teamname (i.e. teamname.txt) 2- update the names on
C++

Team Challenge Complete the missing parts of this program./ 1- rename the file chunData.txt with your teamname (i.e. teamname.txt) 2- update the names on the file with those in your team 3- read in the input file 4- print the data unto an output file ( teamname. out) Sample output below: 000000 ooooo Cody David Trevor Simbad Sebastian Gill Johnson Brown Mann McCoy 89.00 93.50 95.50 73.00 88.50 B A A C B Class Average: 87.90 5- format data into columns firstname and lastname (left justified, using a 12 column width) test score (right justified, using 5 column width, 2 decimal places) grade (right justified, using 3 columns) 6- calculate grades using data below 90 to 100 = A 80 to 89 = B ( all 80's) 70 to 79 = C ( all 70's) 60 to 69 = D ( all 60's) 59 and below = F 7 - Provide a class average on the output file */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
