Description:Displays a file a line at a time
DOCUMENTATION
Program Purpose:
Write a program that opens a (text) file, and displays the contents of that file one line at a time. After a line has been displayed, the program should wait for the user to press the key before displaying the next line in the file
Discussion:
The program opens its text file and read the conntents of the file line by line and print it