View Single Post
Old 07-07-2003, 10:37 PM   #3 (permalink)
Zenogear11
Registered User
 
Zenogear11's Avatar
 
Join Date: Mar 2003
Location: Pittsburgh
Posts: 45
Zenogear11 is on a distinguished road
Send a message via ICQ to Zenogear11 Send a message via AIM to Zenogear11
If you want to take input, declare a new buffered reader. I can't thing of the syntax right now, but I was thinking

Code:
Bufferedreader reader = new Bufferedreader;
reader = System.in;
or something like that.

You could cast the int, too.
Zenogear11 is offline   Reply With Quote