org.apache.examples
Class CalculatorMain

java.lang.Object
  extended by org.apache.examples.CalculatorMain

public class CalculatorMain
extends java.lang.Object

Runs through the methods of the Calculator with a pair of argument values parsed from the command line.

Author:
Howard Lewis Ship

Constructor Summary
CalculatorMain()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculatorMain

public CalculatorMain()
Method Detail

main

public static void main(java.lang.String[] args)