[solved] – Question 71304
Design, implement and test a C++ program that will â
â¢Prompt user for a file name.
â¢Process input file of âtest scoresâ and store them using an array
â¢Determine the lowest, highest, average and total scores
â¢Save the scores (lowest, highest, average and total) to an output file
Expert Answer
OR

