predict the output of the following code:
#include iostream
using namespace std;
int main() {
for(int row=0;row3;row=row+1)
{
for(int col=0;col3;col=col+1)
{
cout"*";
}
cout endl;
}
}

Posted on by