Search:

Type: Posts; User: archit1993

Search: Search took 0.01 seconds.

  1. Thread: doubt

    by archit1993
    Replies
    5
    Views
    787

    yeah it was pascals triangle till 14641...

    yeah it was pascals triangle till 14641 line.....how will we do it?
  2. Thread: doubt

    by archit1993
    Replies
    5
    Views
    787

    but the program is not limited to a 3 digit...

    but the program is not limited to a 3 digit number.
    actually, i want to write a code for output:

    ....1
    ...1 1
    ..1 2 1
    .1 3 3 1
    1 4 6 4 1

    the dots represent spaces(spaces were not...
  3. Thread: doubt

    by archit1993
    Replies
    5
    Views
    787

    doubt

    i want a code such that i can be able to access each digit of a number.
    eg..
    in a for loop in 1 iteration,i want to access digits of 11^2ie 121 and in next iteration digits of 11^3 ie 1331 and in...
Results 1 to 3 of 3