Question: Please write in C++ in Microsoft Visual Studio 2015! Write a program that asks the user for the name of a file. The program should
Please write in C++ in Microsoft Visual Studio 2015!

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, then pause. Each time the program pauses, it should wait for the user to strike a key before the next 24 lines are displayed. Use a text editor such as Notepad to create a simple text file that can be used to test the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
