When the 'Read' button is clicked the user will be asked to open a text file (using a dialog box) that contains comma delimited float/double type data and read the data. The file will contain multiple lines of data with each line containing comma-delimited data ending in a carriage-return/linefeed (Enter Key Pushed).
When the 'Write' Button is clicked, the user will be asked to save the data to a new text file (using a Dialog Box). The saved file will contain the same data in the same format as the file read using the 'Read' button. In addition, the last line of the saved file will contain three data items: Minimum, Maximum and the Average of the number in the file, separated by commas. The user can choose any file names for the files read and written (the two files names will be different). Your program should show messages if the file is not found and also capture any errors using the appropriate Exception handling.
Robby10 0 Newbie Poster
caKus 14 Newbie Poster
Robby10 0 Newbie Poster
caKus 14 Newbie Poster
Robby10 0 Newbie Poster
caKus 14 Newbie Poster
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.