Class IntArithmetic

java.lang.Object
  extended byIntArithmetic

public class IntArithmetic
extends Object

Interactive play with integer arithmetic in Java, using a Terminal for input and output.


Constructor Summary
IntArithmetic()
           
 
Method Summary
static void main(String[] args)
          main prompts for pairs of numbers to add and to divide until the bored user decides to quit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArithmetic

public IntArithmetic()
Method Detail

main

public static void main(String[] args)
main prompts for pairs of numbers to add and to divide until the bored user decides to quit.