Question: : Write a bash script that reads an amount as an integer then determines and prints the minimum number of notes of 50,20,10,5,2, 1 denominations
: Write a bash script that reads an amount as an integer then determines and prints the minimum number of notes of 50,20,10,5,2, 1 denominations in it. For example if the amount is 179 rupees, your program should print that it contains three 50, one 20, zero 5, and four 1 rupee notes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
