Open JASKAMAL22 opened 3 years ago
I would like to do it as a part of gssoc21. Kindly assign it to me!!
@JASKAMAL22 One isssue one time
Hey @rcoder23 ,Please assign it to me when the previous issue #247 will get merge!
@JASKAMAL22 You can work on it.
This is a staircase of base and height are both equal to n. It 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.
Output Format: Print a staircase of size n using # symbols and spaces. Note: The last line must have 0 spaces in it.