1. Make sure that the values of quarters, dimes, nickels, and pennies are stored as constants in your program. These values are 25, 10, 5, and 1 respectively.
2. Greet the user with your name and what this program accomplishes.
– For example, "Welcome to Dr. Church's Coin Change Calculator"
3. Prompt the user for an amount of money in cents.
4. Compute and display the number of quarters, dimes, nickels, and pennies. Make sure that each denomination is clearly labeled.
2. Greet the user with your name and what this program accomplishes.
– For example, "Welcome to Dr. Church's Coin Change Calculator"
3. Prompt the user for an amount of money in cents.
4. Compute and display the number of quarters, dimes, nickels, and pennies. Make sure that each denomination is clearly labeled.