Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,043

    Re: arithematic operation on arrays

    If you can't use the BigNumber classes and must use arrays to hold the digits for the number you will need to work out an algorithm for doing the division. Take a piece of paper and a pencil, write...
  2. Replies
    3
    Views
    1,043

    Re: arithematic operation on arrays

    What does the array's contents represent?
    What is the value represented by each slot in the array?
    What value is in slot 0?
    What value is in slot 1?

    What results are you expecting?
Results 1 to 2 of 2