Question: create a change-counting game that gets the user to enter the number of coins required to make exactly one dollar. the program should ask the
create a change-counting game that gets the user to enter the number of coins required to make exactly one dollar. the program should ask the user to enter the number of pennies, nickels, dimes, and quarters. if the total value of coins entered is equal to one dollar, the program should congratulate the user for winning the game. otherwise, the program should display a message indicating whether the amount entered was more than or less than one dollar
it has to be in c++ and no system pause
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
