print Pyramid

PHP for print Pyramid.

Here's an example of how to print a pyramid in PHP using nested for loops: <?php // set the number of rows in the pyramid $num_rows = 5; // loop through each row for ($i = 0; $i < $num_rows; $i++)  { // print the spaces before the asterisks …

Load More
That is All
© 2023 Developed and Design By
NILESH NISHAD