Question: 2. A C++ Program that can do some operations below. (make a menu for your program so that users can test any functions. Run it
2. A C++ Program that can do some operations below. (make a menu for your program so that users can test any functions. Run it as infinite loop)
a. A function to display n star (*)
void displayStar(int n)
b. Display numbers from n to 1
void displayNumbers(int n)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
