i am a beginner and new to C# and want Windows Application that reads numeric data from a text file (e.g c:\data.txt)typed into a textbox. The file contains an unknown number of lines of data where each line contains numeric (non-interger) values separated by commas and ending with CR-LF. When the "Read" button is clicked, read the data from this file and calculate and display the following results in a MultiLine Text Box. 1) Number of numbers read 2) Sum of all the numbers read 3) Averge of the numbers read 4) Minimum of the numbers read 5) Maximum of the numbers read

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.