Starting from:

$10

Determine the amount of money in dollars in a change purse

Write a C++ program to solve the following problem:Determine the amount of money in dollars in a change purse given the number of quarter, dimes, nickels, and pennies. Prompt the user for the number of each type of coin.Test data: 3 quarters, no dimes, 5 nickels, and 23 pennies.Submit the source code with the output at the bottom as a comment. The source code must contain comment statements with your name and the title of the project. The output must contain the same information created through cout statements.In addition to the comments with your name, have at least four other meaningful comments.

More products