Description
Write a TypeScript program to Print an Inverted Right Triangle Number Pattern in descending order as show
below:
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print Inverted Right Triangle Number Pattern in descending order
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.