Question: In C++ use a For or While Loop print out a pyramind of stars The example prints out 6 rows. but you must prompt for
In C++ use a For or While Loop print out a pyramind of stars
The example prints out 6 rows. but you must prompt for numRows (the number of rows to print)
*
* *
* * *
* * * *
* * * * *
* * * * * *
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
