cw03 - Algorithms 3 - Practice

Make sure that you follow all the coding standards


Do the following to create the Change Return Program :


Develop an interactive application in which the user enters a cost of an item less than $20 and pays for it with a $20 bill. The program will figure out the exact change due. Program will display the number of each type of bill, quarters, dimes, nickels, pennies needed.


  • Before you start coding, design and pseudocode your problem
    • Create a new file called algorithms3.txt
    • At the top, list the basic functions the program will have to perform
      • Hint: There should be at least two.
    • For main() and each of your functions, write appropriate pseudocode
  • Develope your code in algorithms3.c to implement the pseudocode.


From Linux on the GL machine: