Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

program letraw; uses crt; const line1 = '*'; line2 = ' *'; Begin clrscr; writeln ('ESTE PRORAMA

DIBUJARA LA LETRA W'); writeln (' '); writeln (line1,line2,line2); writeln (line1,line2,line2); writeln (line1,line1,line1,line1,line1); readln end.

You might also like