Question: (Lastname Lab4 pl.cpp, 20 points) Write a program that prints the following tree shape. You may single asterisk ) or a single blank Maximize your
in C++
here is what i got
#include
using namespace std;
int main()
{
int i, j;
for(i=1;i
{
for(j=0;j
cout
cout
}
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
