Question: ACTIVITY 5 . 1 . 1 : File input. 5 4 1 1 3 2 3 2 6 8 9 9 2 qx 3 zqy
ACTIVITY
: File input.
qxzqy
Jump to level
String nameOfFile is a file's name read from input, and is opened as an input file. If inFS.isopen returns false, then:
Output nameOfFile followed by : file open failed" 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
tabledatatxtdatatxtdatatxt
#include iostream
#include fstream
using namespace std;
int main
ifstream inFS;
string nameoffile;
int cabinetQuantity;
cin nameoffile;
inFS.open nameOfFile;
Your code goes here
inFS cabinetQuantity;
cout cabinetQuantity endl;
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
