Class SimpleMaths

java.lang.Object
  extended by SimpleMaths

public class SimpleMaths
extends java.lang.Object

A class that performs some simple maths operations.

Version:
1.0
Author:
Kingsley Sage

Constructor Summary
SimpleMaths()
          Constructor: to be developed further
 
Method Summary
 int addTwoNumbers(int x, int y)
          Returns the sum of two integers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMaths

public SimpleMaths()
Constructor: to be developed further

Method Detail

addTwoNumbers

public int addTwoNumbers(int x,
                         int y)
Returns the sum of two integers.

Parameters:
x: - an integer
y: - an integer