...

/

Challenge: Counting Money

Challenge: Counting Money

Given infinite quarters, dimes, nickels and pennies, calculate the minimum number of coins to represent a number V. Implement the solution in C++ and see if your code runs successfully!

Problem Statement:

Given an infinite number of quarters (25cents)(25 cents), dimes ...