unleashed.ch28
Class NewMath0
java.lang.Object
|
+--unleashed.ch28.NewMath0
- public class NewMath0
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewMath0
public NewMath0()
addInteger
public int addInteger(int x,
int y)
subtractInteger
public int subtractInteger(int x,
int y)
multiplyInteger
public int multiplyInteger(int x,
int y)
divideInteger
public int divideInteger(int x,
int y)
testDump
public java.lang.String testDump(int x,
int y)
main
public static void main(java.lang.String[] args)