Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Matlab 30) Write a program that determines the change given back to a customer in a / self-service checkout machine of a supermarket for purchases

Matlab
image text in transcribed
30) Write a program that determines the change given back to a customer in a / self-service checkout machine of a supermarket for purchases of up to $50. The program generates a random number between 0.01 and 50.00 and dis- plays the number as the amount to be paid. The program then asks the user to enter payment, which can be one $1 bill, one $5 bill, one $10 bill, one $20 bill, or one $50 bill. If the payment is less than the amount to be paid, an error message is displayed. If the payment is sufficient, the program calcu- lates the change and lists the bills and/or the coins that make up the change, which has to be composed of the least number each of bills and coins. For example, if the amount to be paid is $2.33 and a $10 bill is entered as pay- ment, then the change is one $5 bill, two $1 bills, two quarters, one dime, 2 9 one nickel, and two pennies. Execute the program three times

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems A Practical Approach To Design Implementation And Management

Authors: THOMAS CONNOLLY

6th Edition

9353438918, 978-9353438913

Students also viewed these Databases questions

Question

Why would a single proposal be categorized in more than one way?

Answered: 1 week ago

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago