View Single Post
Join Date: Sep 2007
Posts: 6
Reputation: thenava is an unknown quantity at this point 
Solved Threads: 1
thenava thenava is offline Offline
Newbie Poster

Re: Else If statement

 
0
  #9
Sep 7th, 2007
or just add

throws IOException

underneath your main method declaration.

...
public static void main(String args[])
throws IOException {
String name;
...


that should work.
Reply With Quote