RahulRaj sandeep wrote:
> for(i=0;i<7;i++)
> {
> for(j=0;j<=i;j++)
> printf("*");
> printf("\n");
> }I love how _ALL_ three answers so far are _WRONG_. Look again carefully - no asterisks. My hint was more than sufficient for solving the problem. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
