Question: Using while loop, Write a c++ program to get a triangle shape with a length entered by the user. For example, if the user entered
Using while loop, Write a c++ program to get a triangle shape with a length entered by the user. For example, if the user entered a length of 10 then the shape is:
*
**
***
****
*****
******
*******
********
*********
**********
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
