Help for this page

Select Code to Download


  1. or download this
    $num1  = rand(1000);
    $num2  = rand(1000);  # pretend $num2 != $num1
    
    $guess = rand($num1 * 2);