Question: Develop a complete C++ program to generate a triangle pattern based on base (height), and character entered by user. User can enter only odd number
Develop a complete C++ program to generate a triangle pattern based on base (height), and character entered by user. User can enter only odd number between 3 and 15. Three examples runs are given below. Enter base and height: Enter a char: Enter base an height: 3 LEnteracharala JE2017 Enter base and height: 7 Enter a char: $ SSSS SSSSS $$$$$$ $$$$$$$
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
