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