10 Days of HackeRank's challenges- Day 6
Problem statement: Staircase.
Staircase detail
This is a staircase of size n=4:
#
##
###
####
Its 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 ...
beri28.hashnode.dev1 min read