Description
Write a program in Java to Print a Pyramid Repeat Number Pattern as shown 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:
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.