Question: Java Write an application that display a number pyramid. The size of the pyramid is based on the value of N. Let N >= 3
Java
Write an application that display a number pyramid. The size of the pyramid is based on the value of N.
Let N >= 3 , must be entered/provided by the user using Scanner
Classname:Problem1_studentid
Sample runs:
Enter a number: 4


1 1 2 1 1 2 4 21 1 2 4 8 4 2 1
Step by Step Solution
There are 3 Steps involved in it
Certainly Below is a simple Java program that prompts the user to enter a numbe... View full answer
Get step-by-step solutions from verified subject matter experts
