Question: Please use C++ Write a small program that asks the user how many asterisks it should print out. The user responds with a number, then
Please use C++
Write a small program that asks the user how many asterisks it should print out. The user responds with a number, then the program prints that number of asterisks. The number of asterisk to print should be stored in a variable. Finally the program asks the user if it should start over, and repeats as many times as the user wants. The prompt to run the program again should be like this [Do You want to go again? (y/s)].
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
