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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started