Thread: Number in Java
View Single Post
Old Mar 23rd, 2008, 10:17 PM   #2
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 148
Rep Power: 1 Grich is on a distinguished road
Re: Number in Java

Look into the String Tokenizer. It will divide the input string from the user, then you can do whatever you want with the data.
__________________
SYNTAX ERROR ...
Grich is offline   Reply With Quote