Search:

Type: Posts; User: Scrogdor

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    18,712

    Nothing wrong about it. It does what it is...

    Nothing wrong about it. It does what it is supposed to do so the teacher that is grading our assignment can see the work in action. We do as he directs, not as we want.
  2. Replies
    15
    Views
    18,712

    Thank you for everyones help. I have added the...

    Thank you for everyones help. I have added the code that was suggested as far as setting everything to 0 before each call. I didn't realize that the third call would build off the second one if no...
  3. Replies
    15
    Views
    18,712

    Now that makes perfect sense. This is my first...

    Now that makes perfect sense. This is my first class of C Programming and knew nothing of it before. So I am learning. Thank you for taking the time to explain, I really appreciate it.
  4. Replies
    15
    Views
    18,712

    If that is the case, and the .32 count affects...

    If that is the case, and the .32 count affects the user input count, why does everything over 0.25 work as a correct count, but nothing under 0.25 does?
  5. Replies
    15
    Views
    18,712

    The purpose for writing it out is this is a basic...

    The purpose for writing it out is this is a basic class, and as dictated by the professor we are to write everything out at this point in time.

    As far as what you said, it didn't make a...
  6. Replies
    15
    Views
    18,712

    Example of bad entry is if I put in $0.01 it...

    Example of bad entry is if I put in $0.01 it tells me that I have 1 quarter, 0 dimes, 1 nickel and 2 pennies, which is completely wrong. Anything over $0.25 is a correct count.
  7. Replies
    15
    Views
    18,712

    Making a change counting program

    Write a C function named change() that accepts a floating point number of total coins and the addresses of the integer variables named quarters, dimes, nickels, and pennies. The function should...
Results 1 to 7 of 7