Question: String pearDataFile is read from input. The try block opens a file named pearDataFile for output. Four integers are read from input, and each integer
String pearDataFile is read from input. The try block opens a file named pearDataFile for output. Four integers are read from input, and each integer 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 valid values read: followed by pearCount and a newline.
Close the file.
Ex: If the input is pearoutput. txt then pearOutput.txt contains:
Number of valid values read:
Ex: If the input is data. txt reject then data.txt contains:
Number of valid values read:
Ex: If the input is ail. then the output is:
Error!
Note: Data output to a file may be lost if the file is not closed.
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
