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