Search:

Type: Posts; User: James Charny

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,066

    What if i didnt want to print each value...only...

    What if i didnt want to print each value...only just the first one...do somethings to it but not add a value to the element...continue through the loop until I get to the next value. I feel that if...
  2. Replies
    8
    Views
    1,066

    Nope thought I had what i was looking for until i...

    Nope thought I had what i was looking for until i saw that semicolon after my next for loop.....Still unsure on how to process each element of the array, get its number without any other numbers,...
  3. Replies
    8
    Views
    1,066

    i think it is another for loop i need if i am not...

    i think it is another for loop i need if i am not mistaken :) thx
  4. Replies
    8
    Views
    1,066

    so now that I am looping through the different...

    so now that I am looping through the different indexes how do I use the values associated with that particular index at the time? say my first element in the array has 231 and the second element has...
  5. Replies
    8
    Views
    1,066

    beginners question

    int i,t;
    int arr[10];

    scanf("%d", &t);
    for(i=1;i<=t;i++)
    scanf("%d", &arr[i]);
    for(i=1;i<=t;i++)
    {
Results 1 to 5 of 5