Thread
:
Reading int values using BufferedReader
View Single Post
#
2
(
permalink
)
01-24-2008, 08:42 PM
Christian Ullenboom
Member
Join Date: Jan 2008
Posts: 1
Another way is using the Scanner class.
int value = new Scanner(System.in).nextInt();
Christian Ullenboom
View Public Profile
Send a private message to Christian Ullenboom
Visit Christian Ullenboom's homepage!
Find all posts by Christian Ullenboom