Riyals (as an integer number) and then convert that amount into the nallest number of bank notes needed to add up to that amount. The program ould use a while loop to repeat converting as long as the users wants. ints: - use the modulus operator and integer division. - print the number of notes only if that number is larger than 0. ample run: Enter amount or QR (or e to stop): 8977 17x500, 2x20e, 1x50, 2x10, 1x5, 2x1 Enter amount or QR (or e to stop): 999 1x500, 2x200, 1x50, 4x10, 1x5, 4x1

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
4) Write a Python program that will prompt the user to enter an amount of
Qatari Riyals (as an integer number) and then convert that amount into the
smallest number of bank notes needed to add up to that amount. The program
should use a while loop to repeat converting as long as the users wants.
Hints: - use the modulus operator and integer division.
- print the number of notes only if that number is larger than 0.
Sample run:
Enter amount or QR (or e to stop): 8977
17x500, 2x200, 1×50, 2x10, 1x5, 2x1
Enter amount or QR (or e to stop): 999
1x500, 2x200, 1x50, 4x10, 1x5, 4x1
Enter amount or QR (or e to stop): 504
1x500, 4x1
Enter amount or QR (or e to stop): 496
2x200, 1x50, 4x10, 1х5, 1х1
Enter amount or QR (ore to stop): 374
1x200, 1х100, 1x50, 2x10, 4x1
200
Enter amount or QR (or e to stop): 17
1x10, 1х5, 2х1
Enter amount or QR (or e to stop): e
Goodbye
PS C:\Users\shussein\Documents\Spring 2022>
2
Transcribed Image Text:4) Write a Python program that will prompt the user to enter an amount of Qatari Riyals (as an integer number) and then convert that amount into the smallest number of bank notes needed to add up to that amount. The program should use a while loop to repeat converting as long as the users wants. Hints: - use the modulus operator and integer division. - print the number of notes only if that number is larger than 0. Sample run: Enter amount or QR (or e to stop): 8977 17x500, 2x200, 1×50, 2x10, 1x5, 2x1 Enter amount or QR (or e to stop): 999 1x500, 2x200, 1x50, 4x10, 1x5, 4x1 Enter amount or QR (or e to stop): 504 1x500, 4x1 Enter amount or QR (or e to stop): 496 2x200, 1x50, 4x10, 1х5, 1х1 Enter amount or QR (ore to stop): 374 1x200, 1х100, 1x50, 2x10, 4x1 200 Enter amount or QR (or e to stop): 17 1x10, 1х5, 2х1 Enter amount or QR (or e to stop): e Goodbye PS C:\Users\shussein\Documents\Spring 2022> 2
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY