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