Question: USING C++: Write a program that reads in the lines from a text file and displays them with line numbers and a colon. Limit the
USING C++: Write a program that reads in the lines from a text file and displays them with line numbers and a colon. Limit the display to 24 lines at a time per the instructions. The output of the line numbers will be right aligned as shown below. The program may be handled in main.
Sample Screen:

Text file:
line 1 from the file
line 2
line 3
line 4
---
Write a program that
reads in the
lines from a text file
and displays
them with line numbers
and a colon.
Limit the display to 24
lines at a time
per the instructions.
You can hard code the
file name if
needed.
---
Write a program that
reads in the lines from a text file
and displays
them with line numbers
and a colon.
Limit the display to 24
lines at a time
per the instructions.
You can hard code
the file name if
needed.
---
Enter the file name: data.txt 1:line 1 from the file 2:line 2 3:1ine 3 4:line 4 5 6 Write a program that 7 reads in the 8:lines froma text file 9 and displays 10:them with line numbers 11and a colon 12:Limit the display to 24 13:lines at a time 14:per the instructions 15:You can hard code the 16:file name if 17:needed 19: Write a program that 20 reads in the 21: lines from a text file 22:and displays 23: them with line numbers 24 and a colon Press ENTER to continue.. . 25 Limit the display to 24 26:lines at a time 27:per the instructions 28: You can hard code the 29: file name if 30 needed Process returned 0 (0x0) execution time : 10.520 s Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
