Money Count Samantha Smith is a cashier at Omega Farm Services. Samantha's daily task involves receiving change in various denominations from customers and returning them the total amount in cash. This process is time-consuming as customers often provide large and scattered denominations. The available denominations are 20 cents dollar 2 dollars 40 cents, 1 5 dollars and 10 dollars 765044 Given the count of each denomination (in ascending order from 20 cents to 10 dollars) provided by the customer (0 will be given if the denomination is not present). Calculate the total amount Samantha needs to return. Note 100 cents equals 1 dollar 765044 Input: The Input consists of a single line. • 6 space-separated integers representing the count of each denomination from 20 cents to 10 dollars ​ write the python program

Answer :

Other Questions