Search:

Type: Posts; User: ARod609

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    5,545

    #include void change(float, int *,...

    #include <stdio.h>

    void change(float, int *, int*, int*, int*);

    int main()
    {
    float total;
    int quarters, dimes, nickels, pennies;

    {
  2. Replies
    11
    Views
    5,545

    @Stahta01 I am just trying to learn "C" with the...

    @Stahta01
    I am just trying to learn "C" with the help of the board, I only post a question when I am stumped... Your jokes are funny haha, now I appreciate your advice on writing out the steps and...
  3. Replies
    11
    Views
    5,545

    @Stahta01 I know I just dont know how to apply it...

    @Stahta01 I know I just dont know how to apply it in "C" lol... so I am lost using the call functions with the modular division (%) to get the remainder to break it down in cents. I thought it would...
  4. Replies
    11
    Views
    5,545

    1) Math header not sure if i need it... 2)...

    1) Math header not sure if i need it...
    2) Function I am not sure on how to use it correctly...
    3) Output did exactly what I was not supposed to do...

    The book I am using has a bunch of...
  5. Replies
    11
    Views
    5,545

    How should I go about solving this problem?

    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 5 of 7