console
Class Ear
java.lang.Object
console.Ear
- public class Ear
- extends Object
|
Constructor Summary |
Ear()
|
|
Method Summary |
static String |
hear()
Get a string from the user. |
static int |
hearInt()
Get an int from the user. |
static void |
pause()
|
static void |
say(String what)
Say something to the user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ear
public Ear()
say
public static void say(String what)
- Say something to the user.
hear
public static String hear()
- Get a string from the user.
hearInt
public static int hearInt()
- Get an int from the user.
pause
public static void pause()