Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 229 Bytes

Question.md

File metadata and controls

18 lines (17 loc) · 229 Bytes

Pattern Printing

  • Input:
    • Integer = n
    • Boolean = True or False
  • Output:
    • True n = 5:
      • *
      • **
      • ***
      • ****
      • *****
    • False n = 5:
      • *****
      • ****
      • ***
      • **
      • *