Search:

Type: Posts; User: moneyman021

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    3,165

    [SOLVED] Re: (Beginner) Program doesnt work

    Buh how come it then responded to the && instead of the lgical OR.

    Thought that for an OR, if one of the statements is true, the condition is true, but for the AND, if 1 is false, then the whole...
  2. Replies
    10
    Views
    3,165

    [SOLVED] Re: (Beginner) Program doesnt work

    I have managed to debug it successfully...apparently all my || were wrong and were meant to be &&

    That leads me to ask; What is the difference between && and || ? And what exactly do they mean...
  3. Replies
    10
    Views
    3,165

    [SOLVED] Re: (Beginner) Program doesnt work

    Either its not reading the String well or it's not returning the correct char.
    It has no compile errors...just an endless do...while loop
  4. Replies
    10
    Views
    3,165

    [SOLVED] Re: (Beginner) Program doesnt work

    Ignore the last printf method in the program. I have corected that.
  5. Replies
    10
    Views
    3,165

    [SOLVED] (Beginner) Program doesnt work

    What IS wrong with my code...I cant figure it out
    Its meant to read a String in the do..while loop and get the char at the 0 position



    /*
    Drivers are concerned with the mileage their...
Results 1 to 5 of 5