Question: Write a program that asks the user to enter a number. Display the following pattern by writing lines of asterisks. The first line will have
Write a program that asks the user to enter a number. Display the following pattern by writing lines of asterisks. The first line will have one asterisk, the next two, and so on, with each line having one more asterisk than the previous line, up to the number entered by the user.For example, if the user enters 5, the output would be: * * * * * * * * * * * * * * *
short codes please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
