Generating for loop paterns HELP!

2002-02-14 Thread Bruce Ambraal
Hi I have done (b) for coding see below, could someone assist with (a) (b) (d) #!/usr/local/bin/perl -w my $num_rows; my $i; my $r; $num_rows = STDIN; for ($r = 1; $r = $num_rows; $r++) { for ($i=1; $i= $r; $i++) {print ( \n);} for ($i = $num_rows + 1 - $r;$i=1; $i--){

Re: Generating for loop paterns HELP!

2002-02-14 Thread Bruce Ambraal
Hi Everyone had to crawl before they could walk, JON, stop being polite and help me I need your assistance now... Cheers Bruce Jon Molin [EMAIL PROTECTED] 02/14/02 12:00PM This smells homework! /jon Bruce Ambraal wrote: Hi I have done (b) for coding see below, could someone assist

Re: Generating for loop paterns HELP!

2002-02-14 Thread Jon Molin
This smells homework! /jon Bruce Ambraal wrote: Hi I have done (b) for coding see below, could someone assist with (a) (b) (d) #!/usr/local/bin/perl -w my $num_rows; my $i; my $r; $num_rows = STDIN; for ($r = 1; $r = $num_rows; $r++) { for ($i=1; $i= $r; $i++)

Generating for loop paterns HELP!

2002-02-14 Thread Bruce Ambraal
Hi I have done (b) for coding see below, could someone assist with (a) (b) (d) #!/usr/local/bin/perl -w my $num_rows; my $i; my $r; $num_rows = STDIN; for ($r = 1; $r = $num_rows; $r++) { for ($i=1; $i= $r; $i++) {print ( \n);} for ($i = $num_rows + 1 - $r;$i=1; $i--){

Re: Generating for loop paterns HELP!

2002-02-14 Thread Jon Molin
This smells homework! /jon Bruce Ambraal wrote: Hi I have done (b) for coding see below, could someone assist with (a) (b) (d) #!/usr/local/bin/perl -w my $num_rows; my $i; my $r; $num_rows = STDIN; for ($r = 1; $r = $num_rows; $r++) { for ($i=1; $i= $r; $i++)

Re: Generating for loop paterns HELP!

2002-02-14 Thread Bruce Ambraal
Hi Everyone had to crawl before they could walk, JON, stop being polite and help me I need your assistance now... Cheers Bruce Jon Molin [EMAIL PROTECTED] 02/14/02 12:00PM This smells homework! /jon Bruce Ambraal wrote: Hi I have done (b) for coding see below, could someone assist

Generating for loop paterns HELP!

2002-02-13 Thread Bruce Ambraal
Hi I have done (b) for coding see below, could someone assist with (a) (b) (d) #!/usr/local/bin/perl -w my $num_rows; my $i; my $r; $num_rows = STDIN; for ($r = 1; $r = $num_rows; $r++) { for ($i=1; $i= $r; $i++) {print ( \n);} for ($i = $num_rows + 1 - $r;$i=1; $i--){

Generating for loop paterns HELP!

2002-02-13 Thread Bruce Ambraal
Hi I have done (b) for coding see below, could someone assist with (a) (b) (d) #!/usr/local/bin/perl -w my $num_rows; my $i; my $r; $num_rows = STDIN; for ($r = 1; $r = $num_rows; $r++) { for ($i=1; $i= $r; $i++) {print ( \n);} for ($i = $num_rows + 1 - $r;$i=1; $i--){