View Single Post
  #6 (permalink)  
Old 10-17-2008, 08:46 AM
GettinGwap's Avatar
GettinGwap GettinGwap is offline
Member
 
Join Date: Oct 2008
Posts: 8
GettinGwap is on a distinguished road
confusing
Wow when I added the matching braces (it's equal now) there are four errors in the program each dealing with my input statements. On every line that contains "string x = SimpleIO.readline()". The error message is "cannot find symbol" (new line) "symbol : method readline()" (new line)
"location: class jpb.SimpleIO"

Is the compiler telling me that SimpleIO isn't in the package I used? What about the readline() method? It wasn't saying that before I evened the curly braces.
__________________
$GettinGwap$
Reply With Quote