Description
Write a TypeScript program to Print a Inverted Right Triangle Alphabet Pattern as show below:
A B C D E
A B C D
A B C
A B
A
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print Inverted Right Triangle Alphabet Pattern
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.