This is probably a rather simple problem, I haven't looked at any Java in some time and am having trouble with this. First off, here is my program:
it's very simple, because I cant even get past here without getting several errors. On Line 6, it says "unreported exception FileNotFoundException; must be caught or declared to be thrown." I thought I was doing this properly with the above try/catch blocks. Then, on line 7, it says "illegal start of type" and on line 11 it says "illegal start of type, ';' expected." Any help anyone can offer would be greatly appreciated, thanks!
EDIT: Nevermind, the problems existed outside of my program! Ignore!