Answered step by step
Verified Expert Solution
Question
1 Approved Answer
: 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started