Question: Write a program that prompts the user to enter an integer from 1 to 15 and displays a pyramid, as shown in the following sample
Write a program that prompts the user to enter an integer from 1 to 15 and displays a pyramid, as shown in the following sample run:

Enter the number of lines: 7 JEnter 1. 2 1 2 3. 3. 4 4 4 4 4 1. 1. 1. 2 4 7 6 5 6 7 2
Step by Step Solution
3.38 Rating (167 Votes )
There are 3 Steps involved in it
Program Plan Create the class Pyramid o Define the main method Prompt the user to enter the ... View full answer
Get step-by-step solutions from verified subject matter experts
