Print Design

Write code that produces the following output. Use nested for loops to capture the structure of the figure. —–1—– —-333—- —55555— –7777777– -999999999-

Published
Categorized as CSCD, Shapes

Star Square

Write for loops to produce the following output: ***** ***** ***** *****

Published
Categorized as CSCD, Shapes