Question: In c++, write a program that asks the user for the name of a txt file. The program should display the contents of the file

In c++, write a program that asks the user for the name of a txt file. The program should display the contents of the file on the screen. Each line on the screen output should be preceded with a line number, followed by a colon. The line numbers should start at 1.

If the files contents wont fit on a single screen, the program should display 24 lines of output at a time, then pause. Line numbers should continue; they should not restart at 1 for each page.

Each time the program pauses, it should wait for the user to strike a key before displaying the next 24 lines.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!