blue.numberfacts
Class DividesProblem

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

public class DividesProblem
extends java.lang.Object


Constructor Summary
DividesProblem(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

DividesProblem

public DividesProblem(int first,
                      int second)
Method Detail

first

public int first()

second

public int second()

check

public boolean check(int guess)