Description
Write a program to Print a Right Triangle Star Pattern as shown below:
*
* *
* * *
* * * *
* * * * *
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.