Numbers
Class ComplexNumbersTest

java.lang.Object
  extended by Numbers.ComplexNumbersTest

public class ComplexNumbersTest
extends java.lang.Object

Tests the ComplexNumber class. Creates 2 complex numbers, then performs all 4 operations on them, printing the results.

Author:
Chris Hamner

Constructor Summary
ComplexNumbersTest()
           
 
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

ComplexNumbersTest

public ComplexNumbersTest()
Method Detail

main

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