Help for this page

Select Code to Download


  1. or download this
    foreach my $n (1..1000) {
     $x=.5*$n*($n+1);
     print $x;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
     } until $x > $num;
     return 0;
    }