Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 3: [10 marks] Display Pyramid (filename: DisplayPyramid.java ) Design an algorithm and then write a program that prompts the user to enter an integer

Problem 3: [10 marks] Display Pyramid (filename: DisplayPyramid.java)

Design an algorithm and then write a program that prompts the user to enter an integer from 1 to 15 (assume that the user always enters a valid integer) and displays a pyramid, as shown in the following sample run:

Enter a number between 1 and 15: 12

1

2 1 2

3 2 1 2 3

4 3 2 1 2 3 4

5 4 3 2 1 2 3 4 5

6 5 4 3 2 1 2 3 4 5 6

7 6 5 4 3 2 1 2 3 4 5 6 7

8 7 6 5 4 3 2 1 2 3 4 5 6 7 8

9 8 7 6 5 4 3 2 1 2 3 4 5 6 7 8 9

10 9 8 7 6 5 4 3 2 1 2 3 4 5 6 7 8 9 10

11 10 9 8 7 6 5 4 3 2 1 2 3 4 5 6 7 8 9 10 11

12 11 10 9 8 7 6 5 4 3 2 1 2 3 4 5 6 7 8 9 10 11 12

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Current Attempt in Progress Determine the missing amounts

Answered: 1 week ago

Question

What is job rotation ?

Answered: 1 week ago

Question

Does it avoid using personal pronouns (such as I and me)?

Answered: 1 week ago

Question

Does it clearly identify what you have done and accomplished?

Answered: 1 week ago