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