StandardInputOutput11Example
-- using
System.in
and
System.out
for simple input and output.
To see this example in action:
Compile the Java source file, StandardInputOutput11Example.java:
javac StandardInputOutput11Example.java
Run the class:
java StandardInputOutput11Example
The source.