Question: Java Question: Consider a staircase of size n=6. Observe that its base and height are both equal to n, and the image is drawn using
Java Question:
Consider a staircase of size n=6. Observe that its base and height are both equal to n, and the image is drawn using # symbols and spaces. The last line is not preceded by any spaces. Write a program that prints a staircase of size n.
Input Format
A single integer, n, denoting the size of the staircase.
Constraints
N/A
Output Format
Print a staircase of size n using # symbols and spaces.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
