Constructor and Description |
---|
Adder() |
Modifier and Type | Method and Description |
---|---|
static int |
computeSum(int x,
int y) |
static void |
main(String[] args) |
public Adder()
public static int computeSum(int x, int y)
x
- First number to sum.y
- Second number to sum.