ReadLine11Example
-- reading lines from the standard input.
To see this example in action:
Compile the Java source file, ReadLine11Example.java:
javac ReadLine11Example.java
Run the class:
java ReadLine11Example
The source.