Description
Write a program in Java to Print a Right Triangle Number Pattern in ascending order as shown below:
1
2 3
4 5 6
7 8 9 10
11 12 13 14
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.