7.5 Exercise 5: FileDisplayer
Write a Java application that does the following:
Accepts the name of a file from the command-line.
Opens the file and writes it's content to the console.
The classes for the exercise should be in a package called
guide.exercise5
.