Posted By:
joey_corleon
Posted On:
Saturday, October 26, 2002 02:55 AM
Hi,
I am currently making a java test tool.
My problem is that I don't know how to get the user's entries :o(
In C++ for instance I would use cin
<
< ..etc ...
How do I do in JAVA to retrieve the entry of the user????
In some cases I need to retreive a single letter corresponding to an option in a menu (e.g. an option in the menu e.x. 1, 2, 3 etc ...) - In other case I need to retrieve words or sentances ...
Thanks for your help!