Question: Write a program that prints the shape shown below. You may use output statements that print either a single asterisk (*) or a single blank.
Write a program that prints the shape shown below. You may use output statements that print either a single asterisk (*) or a single blank. Maximize your use of repetition (with nested for or while structures) and minimize the number of output statements.

Important: The output should look exactly as shown the example above. And you cannot use an individual loop for each row of asterisks.
************* *********** ********* ******* ******* ********* *********** *************
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
