Package edu.pdx.cs410J.lang
Class AddTwo
java.lang.Object
edu.pdx.cs410J.lang.AddTwo
This program demonstrates exception handling by reading two
integers from the command line and prints their sum.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AddTwo
public AddTwo()
-
-
Method Details
-
main
Prints the sum of two numbers from the command line.
-