C++

profiledenise0805

 Write a program that asks the user for the name of a file. The program should display the content 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 the 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. 

    • 9 years ago
    • 15
    Answer(5)

    Purchase the answer to view it

    blurred-text
    NOT RATED

    Purchase the answer to view it

    blurred-text
    NOT RATED

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      PauseAndDisplay.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      PROMPTDISPLAY.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      prog1.cpp