Search:

Type: Posts; User: AndrewHunter

Search: Search took 0.01 seconds.

  1. You do not need it for this problem, They...

    You do not need it for this problem,



    They want a function. So the prototype would be something like:

    void change(float totalcoin, int* quarters, int* dimes, int* nickels, int* pennies);
  2. This is telling you what your function prototype...

    This is telling you what your function prototype should look like. The function should take 5 arguments, a float (for total coin amount), and 4 pointers to integers (for quarters, dimes, nickels, and...
Results 1 to 2 of 2