Question: Write a program to display a pyramid based on an input number a use gives. For example, if user input is 5, you should display
Write a program to display a pyramid based on an input number a use gives. For example, if user input is 5, you should display the following
*
***
*****
*******
*********
Code in c please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
