I am in need for the answer for programming challenge 2. Thanks in advance! 2. F
ID: 3625008 • Letter: I
Question
I am in need for the answer for programming challenge 2. Thanks in advance!2. File Display Program
Write a program that asks the user for the name of a file. The program should display the contents of the file on the screen. If the file's contents won't fit on a single screen, the program should display 24 lines of output at a time, and then pause. Each time the program pauses, it should wait for the user to strike a key before the next 24 lines are displayed.
***NOTE***Using an editor, you should create a simple text file that can be used to test this program.
Explanation / Answer
#include #include #include using namespace std; int main(void){ string fileName; cout > fileName; coutRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.