Question: ASSIGNMENT: Write a program that prints the following shapes ( and separator bars ) using asterisks, spaces and vertical lines ( shift backslash ) .

ASSIGNMENT:
Write a program that prints the following shapes (and separator bars) using asterisks, spaces and vertical lines (shift backslash).
Each shape is 9 characters (asterisks and/or spaces) wide and 9 characters (asterisks and/or spaces) tall, and there are 5 characters (2 spaces, a vertical line, and 2 more spaces) between each shape.
This program will only use printf() statements. There is nothing entered by the user.
Don't forget to fill out the main comments section at the top of your code, and have a blank line at the bottom of your program to separate your output from the "Press any key to continue" statement that Visual Studio automatically displays.
Example Run #1:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!