Fill This Form To Receive Instant Help
Homework answers / question archive / Write a C# console app that will input a text file of numbers
Write a C# console app that will input a text file of numbers. For these numbers, find the number of numbers (one per line), the largest of these numbers, the smallest of these number, and the average of these numbers.
Also determine the number of numbers in the range 00000 - 09999, 10000 - 199999, 20000 - 29999, etc. all the way through 90000 - 99999.
I need to know how to get this to pull from the input file from a specific folder (For example, the downloads folder)