Question: C++, thank you! 1. Your program reads in the data from StudentData.txt. 2. The program then calculates the lab score using the following formula: lab5core=hw5um+quiz5um
C++, thank you!

1. Your program reads in the data from StudentData.txt. 2. The program then calculates the lab score using the following formula: lab5core=hw5um+quiz5um - hwSum is the sum of the best 10 out of 13 homework scores - quizSum is the sum of the best 10 out of 12 quiz scores Note: If the final lab score is over 30 , it should set the final lab score to 30 . 3. Lastly, name and final lab score should be saved to a file named labScore.txt. The expected output savied in labScore.txt: StudentData.txt input file columns
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
