--- In [email protected], "Andy" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], "sunny" <s_u_n_n_y_singla@> wrote:
> >
> > --- In [email protected], "Andy" <andydick1111@> wrote:
> > >
> > > i have a c question....and i dont know how to do it....can
anyone
> help?
> > >
> >
> > Tell Me what is ur question ---- sunny singla
> >
>
>
> Title: Pyramid of numbers
>
> Generate the following "pyramid" of digits, using nested loops.
>
> 1
> 232
> 34543
> 4567654
> 567898765
> 67890109876
> 7890123210987
> 890123454321098
> 90123456765432109
> 0123456789876543210
>
> develop a formula to generate the appropriate output for each line.
>ANS=>USE FOR NESTED FOR LOOP.