Quote (carteblanche @ Mar 19 2013 08:49pm)
Don't write the whole thing then compile when it's done. you get the mess you see. compile it line by line. i recommend using an IDE. when you just have 1 problem at a time, it's much easier to trouble shoot.
I use an IDE, jGRASP. I'm trying to re-write it, still getting problems though.
....fixed it, thanks. The only problem was that I left out, "static Scanner console = new Scanner(System.in);"
This post was edited by ben_graham7 on Mar 19 2013 08:24pm