Forum: Java and JSP
10-21-2011, 04:50 AM
|
|
Replies: 2
Views: 533
As both you and I said, the result cannot grab...
As both you and I said, the result cannot grab the input from inside the try and simply initializing guess without a value will not work. Now, as i stated, I can use int guess = 0; where you have...
|
Forum: Java and JSP
10-21-2011, 01:37 AM
|
|
Replies: 2
Views: 533
Try Catch in Method
Hi everyone, I'm attempting to create a number guessing game for my object oriented programming class. Myself and my group mates managed to get the game working (albeit probably very sloppily)...
|