K
kvnsmnsn
I've been working with Java version 1.5 for some time, but now I have
a new job where the Java version they use is 1.4.2, which means it
doesn't allow class <Scanner>. Does anybody out there know how to
read a line of input from the user that will work with version 1.4.2?
I'm guessing I have to use <System.in> somewhere, but I don't know
precisely how to do it. Any information would be appreciated.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_
a new job where the Java version they use is 1.4.2, which means it
doesn't allow class <Scanner>. Does anybody out there know how to
read a line of input from the user that will work with version 1.4.2?
I'm guessing I have to use <System.in> somewhere, but I don't know
precisely how to do it. Any information would be appreciated.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_