Class AddTwo

java.lang.Object
edu.pdx.cs410J.lang.AddTwo

public class AddTwo extends Object
This program demonstrates exception handling by reading two integers from the command line and prints their sum.
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      Prints the sum of two numbers from the command line.