https://www.hackerrank.com/challenges/staircase/problem?isFullScreen=true Staircase | HackerRankPrint a right-aligned staircase with n steps.www.hackerrank.com Staircase detailThis is a staircase of size : # ## #######Its base and height are both equal to . 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 .Func..