Question: Write a C++ program that prints the following shape. You may use output statements that print either a single asterisk (*) or a single blank.
Write a C++ program that prints the following shape. You may use output statements that print either a single asterisk (*) or a single blank. Maximize your use of repetition with nested for structure, and minimize the number of output statements. Format is showing it wrong it should be two diamonds joined together bottom to top. Number of asterisks are correct placement needs to be centered correctly like two diamonds
*
***
*****
*******
*****
***
*
***
*****
*******
*****
***
*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
