Computer Science, asked by 200320046, 7 months ago

write a program to input an amount from the user and calculate
no. of rs10 note,rs5 note and rs1 coin​

Answers

Answered by Anonymous
1

Input : 800

Output : Currency  Count  

        500 : 1

        200 : 1

        100 : 1

Input : 2456

Output : Currency  Count

        2000 : 1

        200 : 2

        50 : 1

        5 : 1

        1 : 1

Similar questions