Introduction to Programming Lab Assignment #1:
Write a Program that lets the user enter an amount as a float value representing a total in dollars and cents. The program will output a report listing the monetary equivalent in dollars, quarters, dimes, nickels and pennies, formatted as follows:
The Amount Verification Screen
Enter the amount: 35.62
Dollars - 35.00
Quarters - .50
Nickels - .10
Pennies - .02