Question: 2. Pyramiad Write a program pyramid.c that reads an integer from the user and outputs the following pattern where the number of stars at the

2. Pyramiad Write a program pyramid.c that reads an integer from the user and outputs the following pattern where the number of stars at the bottom is equal to the number read. You must use a nested loop. Your program should check if the number given by the user is odd or even. If it is even, the program should display an error message and exit. Otherwise, it should continue and display the pyramid
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
