Task 4 - Display Art

This task is quite an easy one to achieve and so it probably makes sense to tackle it before task3 - your choice of course. 

For this task you need to open a text file - retrieve the contents and then print them after that return to the menu. 

The supplied file  - below

Your program will look something like this...

Use the following links to help with loading a file. 

Working with files. -  Written materials

Files - with videos  - File handling 

 Steps involved. 

1) Open the File 

2) Get the contents from the file

3) Close the File 

4) Print the contents