Forum: Java Sep 6th, 2005 |
| Replies: 3 Views: 4,563 Thanks for all replies. I just got it working with try and catch exception, my problem was I use try {}catch (IOException e) {} instead of just use catch (Exception e) {}
The input only reads:... |
Forum: Java Sep 4th, 2005 |
| Replies: 3 Views: 4,563 Hello all, is that possible to help me out with Error Checking for user input? I am developing a peg solitaire program and now need a error checking for user input or for input file.
Either use... |