Question: Write a program to produce all four triangles and the one pyramid similar to the output shown below. Your program should ask the user to
Write a program to produce all four triangles and the one pyramid similar to the output shown below. Your program should ask the user to enter the height of the triangle/pyramid anywhere from 1 to 25, and prevent the user from entering a height any larger than 25. Hint: You can make each triangle with one for loop and clever use of the setfill() and setw() output manipulators. Make sure you include the iomanip library. An example is shown below:
cout
Please explain using \\comments in the program thanks!
1) Write a program to produce all four triangles and the one pyramid similar to the output shown below. Your program should ask the user to enter the height of the triangle/pyramid anywhere from 1 to 25, and prevent the user from entering a height any larger than 25. Hint: You can make each triangle with one for loop and clever use of the output manipulators. Make sure you include the iomanip library. An example is shown below cout )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
