Description
6. Number Analysis, Page 594
Create an application that reads the numbers from the file your application created for Programming Challenge 5. ( If you have not completed that assignment, use the file named NumberSet.txt in the Chap9 folder on the student disk. It contains a series of 100 real numbers.) Make sure NumberSet.txt is in the DebugBin directory (the default directory) of your project, so I can test your work. Do not have it somewhere in your hard drive
Your application should perform the following:
· Display the total of the numbers
· Display the average of the numbers
· Display the highest number in the file
· Display the lowest number in the file