int j=0;
int i=0;
for(i=0;i<=9;i+ +)
{
for(j=0;j<i+1;j ++)
{
cout<<i*j"\t";
}
cout<<\n;
}


above is the basic code plz dont mind if syntax for cout is wrong sry to b late or 2 late