Exercises

Ch. 5:

p. 188 (Algorithm Workbench): 1, 4, 5, 9

p. 73 - 75 (Programming Exercises): 2, 4, 6, and 7

Program I

Prompt the user to enter 3 whole numbers. Print out the same numbers in ascending order (smallest to the largest).

Program II

Prompt the user to enter the change to be returned in cents. Your program should then print out the minimum number of dollar bills, quarters, dimes, nickels, and pennies that are to be returned.