Search:

Type: Posts; User: bunko

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,297

    Thank you!

    Thank you!
  2. Replies
    3
    Views
    2,297

    Int Array - Stop taking values at [zero]

    I'm working on an integer array. I have it to accept exactly ten values. How can I make it accept UP TO ten numbers, and stopping if a zero is entered? I should probably be using a WHILE loop...
  3. Replies
    3
    Views
    1,511

    "sizeof" character strings - output issue

    I'm trying to print the sizeof character strings. I understand that I get output of 15 because that is the size I indicated in my definitions. My question is, how can I make that value variable based...
  4. Replies
    7
    Views
    2,425

    It's a small integer array of ten elements. I'm...

    It's a small integer array of ten elements. I'm not sure which sorting algorithm would be the most efficient for such a small array. All I need to do is take those ten numbers and sort them from...
  5. Replies
    7
    Views
    2,425

    Sorting Integer Arrays

    Hi, I'm trying to sort an array of integers. I'm not sure how to sort numbers from lowest to highest. Any ideas?

    Thanks- Bunko
  6. Thread: Arrays Help!

    by bunko
    Replies
    1
    Views
    735

    Arrays Help!

    Early C programming... I'm creating an array with exactly 5 elements. I am trying to sum the elements, print the array, and find the mean. I am so completely lost. Any guidance would be helpful!...
Results 1 to 6 of 6