212k views
0 votes
We have a file that has a name in it, but the name is written one character per line. We need to write this name to the screen. What is wrong with the following code? ifstream fileIn; fileIn.open("file.txt"); char ch; fileIn.get(ch) while(!fileIn.eof( ))

1 Answer

5 votes

Answer:i think it is using alot of stuff also keyboard and document and the mouse

Step-by-step explanation:

User Sebster
by
3.5k points