Write a program that prompts the user to enter the number


Write a recursive function that takes as a parameter a nonnegative integer and generates the following pattern of stars. If the nonnegative integer is 4, then the pattern generated is:

****

***

**

*

*

**

***

****

Also, write a program that prompts the user to enter the number of lines in the pattern and uses the recursive function to generate the pattern. For example, specifying 4 as the number of lines generates the above pattern.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that prompts the user to enter the number
Reference No:- TGS0777724

Expected delivery within 24 Hours