Help for this page

Select Code to Download


  1. or download this
    my $answer = int(rand($max)) + 1;
    
  2. or download this
    my $answer = int(rand($max + 1));