Help for this page

Select Code to Download


  1. or download this
       1=>2
       2=>4
       3=>6
       4=>8
    
  2. or download this
       # Faulty Algorithm: double int's in range [1..4]
       my %hDouble = (1=>'2', 2=>'4', 3=>'7', 4=>'8');
    ...
          $o-- if  ($o%2 != 0);
          print $i . "=>" .  $o . "\n";
       }