Complete the program below, named Staircase.java, to print out a set of stairs, five stairs high. In other words, the output of this program should match the following, exactly:
____ I__I___ I_____I___ I________I___ I___________I___ I______________I___
Use the underscore character (_) and the uppercase I.