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

The source.