Problem:
Write a program to read as many test scores as the user wants from the keyboard (assuming at most 50 scores). Print the scores in (1) original order, (2) sorted from low to high, (3) sorted from high to low as well as (4) the highest score, (5) the lowest score, and (6) the average score.
Submit source file HW8.cpp and a screenshot of output
(Be sure your code outputs a title, good prompts, labels for all output items, and your name as programmer.)
need to use functions for everything.
