Help for this page

Select Code to Download


  1. or download this
     for $i ( 1 .. 1000) {
         $AoA[$i] = [ somefunc($i) ];
     }
    
  2. or download this
     foreach my @pair (@lori) {
         if( my_gcd_func(@pair) = 2) {
               $result++;
         };
    }
    
  3. or download this
    if( $result = 6/(3.1415926 * 3.141596) ) {
          do whatever you need to do to meet assignment requirements
    }