Thread
:
Else If statement
View Single Post
•
•
Join Date: Sep 2007
Posts: 6
Reputation:
Solved Threads: 1
thenava
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.
thenava
View Public Profile
Find all posts by thenava