Program three

Write a program that will calculate the number of dollars, quarters, dimes nickels and pennies to be returned as change to a customer.

You may assume that the amount to make change from is already stored in a variable.

Your program should produce output much like:

    The change is 3.42
    Give the following:
          3 dollar bills
	  1 quarters
	  1 dimes
	  1 nickel
	  2 pennies