blue.numberfacts
Class PlusProblem

java.lang.Object
  |
  +--blue.numberfacts.PlusProblem

public class PlusProblem
extends java.lang.Object


Constructor Summary
PlusProblem(int first, int second)
           
 
Method Summary
 boolean check(int guess)
           
 int first()
           
 int second()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlusProblem

public PlusProblem(int first,
                   int second)
Method Detail

first

public int first()

second

public int second()

check

public boolean check(int guess)