Search:

Type: Posts; User: dolcce

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    5,634

    Re: get the average of the linked list

    actually my program is getting the sum of two (2) big numbers using linked list and not using BigInteger or BigDecimal dataTypes and I figure it out how to that.. My problem now is getting the...
  2. Replies
    8
    Views
    5,634

    Re: get the average of the linked list

    No, what I mean is if I have 1000 in a linked list that is 1>0>0>0 so it its 1000 / 2 not 1+0+0+0 / 2
  3. Replies
    8
    Views
    5,634

    Re: get the average of the linked list

    Thanks btw, but I don't know if you know what I'm asking...
  4. Replies
    8
    Views
    5,634

    get the average of the linked list

    Hi how can I get the average of the linked list? I mean take the whole list and divide by two...

    eg: average = 13213216546847651321 / 2

    any help I'm confuse on how to start...
Results 1 to 4 of 4