Question: String widthDataFile is read from input. The try block opens a file named widthDataFile for output. Two floating - point numbers are read from input,
String widthDataFile is read from input. The try block opens a file named widthDataFile for output. Two floatingpoint numbers are read from input, and each floatingpoint number is written into the file. Write the finally block to perform the following tasks, if the output file is open:
Write to the file "Number of input values read: followed by widthCount and a newline.
Write to the file "Sum is: followed by widthSum and a newline.
Close the file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
