Predict the output:
#include iostream
using namespace std;
int main() {

for(int row=0;row8;row++)
{
for(int col=0;colrow+1;col++)
{
cout"*";
}
coutendl;
}
}

Posted on by