Search:

Type: Posts; User: Mugambo

Search: Search took 0.29 seconds.

  1. Replies
    3
    Views
    1,844

    [SOLVED] Need more info.

    Need more info.
  2. Replies
    8
    Views
    5,655

    Have two variables - long counter - long sum...

    Have two variables
    - long counter
    - long sum
    use them wisely while iterating through the LL.

    at the end print avg=sum/counter
  3. Your question is unclear. Please post your code.

    Your question is unclear. Please post your code.
  4. For starters, a) use random inside the while...

    For starters,
    a) use random inside the while loop
    b) have a counter inside while loop increase till 100 and break
  5. Instead of using a for loop, try to populate a...

    Instead of using a for loop, try to populate a ch[3] with random symbols appearing from a list of symbols in each of the array position.
Results 1 to 5 of 5