Page 1 of 1

Design an algorithm that is given an amount of money and that calculates the Number and types of coins calculated when c

Posted: Sat May 14, 2022 3:20 pm
by answerhappygod
Design an algorithm that is given an amount of money and that
calculates the Number and types of coins calculated when
change is returned.
a. explain the algorithm step by step
b. Write the algorithm in python