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