Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use detailed comments and in Java please. Write a program that completes the following tasks. Collect an input filename and an output filename. The input

image text in transcribed

Use detailed comments and in Java please.

Write a program that completes the following tasks. Collect an input filename and an output filename. The input file contains lines with two double numbers per line separated by a'! Write the sum and average of each line in the input file to the output file. Use a Scanner to collect the filenames from the user. Test your program using numbers.txt for input. Consider starting with the first input file (numbers.txt) as shown below: (input and output shown in Eclipse - my output has tabs but they don't show up in here) Enter input file name: numbers.txt Enter output file name: sum.txt Processing complete After completion, my program produces sum.txt with contents: 27.52 13.76 0.48 0.24 -17.299999999999997 -8.649999999999999 29.4 14.7 2047.9 1023.95 0.0011 5.5E-4 6.57 3.285 24.660000000000004 12.330000000000002 111.86099999999999 55.930499999999995 768.0 384.0 When you have the first file working properly, modify your program to use exceptions to respond to values that are missing or that cannot be converted to numbers by putting an appropriate message in the output file. Use moreNumbers.txt to test. Here are the contents of my output.txt file: 27.52 13.76 0.48 0.24 Error converting numbers. 29.4 14.7 2047.9 1023.95 0.0011 5.5E-4 6.57 3.285 Missing column(s). 111.86099999999999 55.930499999999995 768.0 384.0 ***Note: In your program, you'll request the filenames from the "user". As long as the user enters the right filenames, they will be found within the project structure, as long as you don't move them anywhere. ***

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Bioinformatics Databases And Systems

Authors: Stanley I. Letovsky

1st Edition

1475784058, 978-1475784053

Students also viewed these Databases questions

Question

10:16 AM Sun Jan 29 Answered: 1 week ago

Answered: 1 week ago

Question

=+ Are unions company-wide, regional, or national?

Answered: 1 week ago