Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $num2 = int(rand(12)+1);
        $answer = $num1*$num2;
    }