Hi, I'm very new to Java (started today, though I have 1.5 years in c++) and I've now read a little bit about Java, the thing that I can't find is how to take user input from the keyboard through a console window... How can you go about do that?
I'm looking for something like std::cin
in c++. That however doesn't seem to be available in Java.
Thanks,
jt