blue.numberfacts
Class TimesProblem

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

public class TimesProblem
extends java.lang.Object


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

Constructor Detail

TimesProblem

public TimesProblem(double first,
                    double second)
Method Detail

first

public double first()

second

public double second()

check

public boolean check(double guess)