Question: java 3. Write a function that takes as input parameters two file names inFileName and outFileName of type String. The function will attempt to open
3. Write a function that takes as input parameters two file names "inFileName" and "outFileName of type String. The function will attempt to open file "inFileName" for reading with try-catch, and then read all true double values. Note that an integer is NOT a true double value. Finally, the function will try to open "outFileName" for writing with try-catch and write to that file the maximum, minimum and average of all double values read
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
