Question: C++ coding Draw a wide triangle: something like that when asking the user to input number of rows row 1 has 1 star, row 2
C++ coding
Draw a wide triangle: something like that when asking the user to input number of rows
row 1 has 1 star, row 2 has 3, row3 has 5......
| * | ||||||||
| * | * | * | ||||||
| * | * | * | * | * | ||||
| * | * | * | * | * | * | * | ||
| * | * | * | * | * | * | * | * | * |
Draw a V
| * | * | |||||||
| * | * | |||||||
| * | * | |||||||
| * | * | |||||||
| * |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
