From: Luis Fernandes Newsgroups: alt.humor.best-of-usenet Subject: [alt.folklore.computers] Pascal Problems Date: 17 Jan 1997 10:22:02 -0700 Subject: Re: Pascal Problems From: Ken Smith Newsgroups: alt.folklore.computers George Li wrote: >Hi all : > I want to use For-DO or While-Do to draw above picture. > > * ***** > ** **** > *** *** > **** ** > ***** * > (a) (b) > For i:=1 to 1 do begin writeln(' *'); writeln(' **'); writeln(' ***'); writeln(' ****'); writeln('*****'); writeln('Do your own home work!'); end;