this loop to get this answer...
thank you
for(int i=1;1<=10;i++)
{for(int j=1;1<i;j++)
S.O.Pln('*');
S.O.Pln();
}
how would you read this i forgot and cant recall...
the answer is::
*
**
***
****
*****
******
*******
********
*********
{for(int j=1;1<i;j++)
S.O.Pln('*');
S.O.Pln();
}
how would you read this i forgot and cant recall...
the answer is::
*
**
***
****
*****
******
*******
********
*********
Comment