Search:

Type: Posts; User: akemi.kanegae

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    2,147

    The order doesnt matter, as long as the even...

    The order doesnt matter, as long as the even numbers come first, followed by the odd
  2. Replies
    18
    Views
    2,147

    The order of the numbers at the end do not...

    The order of the numbers at the end do not matter, as long as all the even come first.
  3. Replies
    18
    Views
    2,147

    Thank you :) I see that. I will work on my...

    Thank you :) I see that. I will work on my indentation!!
  4. Replies
    18
    Views
    2,147

    Thank you for helping. How can I solve the...

    Thank you for helping. How can I solve the problem? Do I need to mess with the eventemp[N/2] and oddTemp[(N-1)/2] so they are not the same? and also my if / else loop?
  5. Replies
    18
    Views
    2,147

    Ok. I appreciate your reply. Did I indent the...

    Ok. I appreciate your reply. Did I indent the program correctly after I edited it?
  6. Replies
    18
    Views
    2,147

    I really do appreciate all of your help. I did...

    I really do appreciate all of your help. I did not mean it sound rude :( Im sorry everyone.
  7. Replies
    18
    Views
    2,147

    Sorry Salem, I did not mean to sound rude. I...

    Sorry Salem, I did not mean to sound rude. I indented my program, is that way better? Or did I not do it correctly? Please let me know if I need to change it again.
  8. Replies
    18
    Views
    2,147

    I did not mean it that way, I meant that it did...

    I did not mean it that way, I meant that it did not help me when I indented it. Not that your information was not helpful. I do not know proper indentation. I re-read what I posted and changed it. It...
  9. Replies
    18
    Views
    2,147

    is this better? #include ...

    is this better?



    #include <stdio.h>
    #include <stdlib.h>
    #define N 9 /* MAIN */


    void revArray(int arr[])
  10. Replies
    18
    Views
    2,147

    Even / Odd Issues

    The even/odd function does not work...here is what I have so far. Everything works except for the evenodd function. I am supposed to get the even numbers to list first, then the odd numbers. It...
  11. Replies
    2
    Views
    949

    Pointers and Function! Please HELP!

    I have this assignment:

    Your task is to create the special functions used by this routine, which
    are shown in blue in the above program. The special functions are
    swapArgs, divideArgs and...
  12. Replies
    3
    Views
    1,516

    HELP! Strucutres!!

    I have this assignment, and the teacher said that it is open internet, open book, etc. I cannot figure out how to do the last part!

    1.Create an array that contains ten (10) variables of the...
Results 1 to 12 of 12