Question: write a program using two nested for-loops to display a shape on the screen. The user will enter the number of lines and the for-loop
write a program using two nested for-loops to display a shape on the screen. The user will enter the number of lines and the for-loop will render the shape output on the screen.
Sample Output:

Outcomes: CLO#5: Develop projects that utilize logical algorithms from specifications and requirements statements. CLO#7: Apply computer programming concepts to new problems or situations.
Objectives: Implement programs using repetitive control mechanism (looping) Perform debugging and tracing steps to identify errors
I use the Visual Studio for program in C++. I need your help!
Enter the shape height 10 ** ** **** ******* ******** ********* **********
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
