Question: 3. Using a while statement, write a program that prompts the user to enter a number and have the program display that number as a

3. Using a while statement, write a program that prompts the user to enter a number and have the program display that number as a string of asterisks. The program should prompt and display until the user indicates they want to quit. Here is an example of how your running program should look: Enter a number: 5 Continue (Y/N)?Y Enter a number: 2 Continue (Y/N)?N
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
