ReadNumber11Example -- converts strings to numerical values.

Experiment:


To see this example in action:
  1. Compile the Java source file, ReadNumber11Example.java:
    	javac ReadNumber11Example.java
    
  2. Run the class:
    	java ReadNumber11Example
    

The source.