Question: Using any standard C + + compiler write your program ( aka . source ) code, compile and debug your program until you show the

Using any standard C++ compiler write your program (aka. source) code, compile and debug your program until you show the correct program output. Submit your completed programs aka. "source code" as per the programming specifications below by saving them and uploading them as three separate source code files using the file submission button.
Name your source code file according to the assignment number: LastName1_1.cpp, LastName1_2.cpp and LastName1_3.cpp
Complete all parts of this assignment prior to clicking submit.
1.1 A Diamond Pattern -7 points
Write a program that includes well formatted output statements to display the following pattern with an appropriate label (see Gaddis text Ch#2 Programming challenge 15). Do not use any loops or other advanced syntax not yet covered in the module.
*
***
*****
*******
*****
***
*
See below a sample screen output, after a successful "build and run" using the Code::Block IDE.

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!