Write a program project that asks the user to specify an


Write a program (project) that asks the user to specify an input file and output file. Have the program read each line in the input file to find the smallest number. Then write that number to the output file with two decimal places along with "<== smallest number".

To be clear - if the input file contained the numbers 3, 74, 50, 35 and 22 then the output file would only contain:

3.00 <== smallest number

Submit only the Java file - NOT the zipped Netbeans project. Your Java class should be named FindSmallest. Therefore your Java file will be named FindSmallest.java.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write a program project that asks the user to specify an
Reference No:- TGS02265832

Now Priced at $10 (50% Discount)

Recommended (90%)

Rated (4.3/5)