Question: Write C++ program to print the following shape **** *** Number of stars in line 1 number is 5 number of spaces is 0,
Write C++ program to print the following shape **** *** Number of stars in line 1 number is 5 number of spaces is 0, number of separated lines between the current line and next line is 1 Number of stars in line 2 number is 4 number of spaces is 1, number of separated lines between the current line and next line is 2 Number of stars in line 3 number is 3 number of spaces is 2, number of separated lines between the current line and next line is 3 and so on...
Step by Step Solution
There are 3 Steps involved in it
Certainly Heres a simple C program that prints the specified sha... View full answer
Get step-by-step solutions from verified subject matter experts
