A File Reader

Assignment #2
Due: 2/4/2002
Points: 10

Write a Java Application that opens a text file for input, reads one line at a time and prints each line to the screen.  The name of your text file must be hard-coded, and should be the name of the class selected in the previous assignment, followed by ".txt".

Follow standard variable naming conventions for the filename.

DO NOT hard-code the path to the file.  When the program is run, it will automatically look in the current directory for it.