Question: String deskFileName is a file's name read from input, and is opened as an input file. If inFS.is _ open ( ) returns false, then:
String deskFileName is a file's name read from input, and is opened as an input file. If inFS.isopen returns false, then:
Output deskFileName followed by : file error causing program to terminate" and a newline.
Terminate the program with the return value so that the program does not proceed to read the file.
Click here for examples
Ex : If the input is datatxt and:
Contents of file datatxt
then the output is:
Ex : If the input is datatxt then the output is:
datatxt: file error causing program to terminate
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
