Description
Write a program to Print a Left Triangle Star Pattern as show below:
*
* *
* * *
* * * *
* * * * *
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print Left Triangle Star Pattern.
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.