View Single Post
  #2 (permalink)  
Old 01-24-2008, 08:42 PM
Christian Ullenboom Christian Ullenboom is offline
Member
 
Join Date: Jan 2008
Posts: 1
Christian Ullenboom is on a distinguished road
Another way is using the Scanner class.

int value = new Scanner(System.in).nextInt();
Reply With Quote