Thread
:
Input from command line
View Single Post
07-07-2003, 10:37 PM
#
3
(
permalink
)
Zenogear11
Registered User
Join Date: Mar 2003
Location: Pittsburgh
Posts: 45
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
View Public Profile
Find More Posts by Zenogear11