View Single Post
Old 05-21-2003, 05:16 PM   #2 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
Code:
class A {

 public static void main(String[] args){
   String in = args[0];
    int i = Integer.parseInt(in); // throws invalidNumber or seomthing exception
 }
}
run with:
Code:
java A 40
__________________
-- bloomberg.
abc123 is offline   Reply With Quote