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