Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Note: When accuracy is essential, floats are not used to represent currency due to rounding and accurnulation errors. Python provides several primitives specifically developed to

image text in transcribed

image text in transcribed

image text in transcribed

Note: When accuracy is essential, floats are not used to represent currency due to rounding and accurnulation errors. Python provides several primitives specifically developed to implement financial applications. However. these topics are beyond the scope of this lab. Output each floating-point value with two digits after the decimal point, which can be achieved as follows: print ( \( f^{\prime}\{\text { your_value:. } 2 f\}^{\prime} \) ) (1) Prompt the user to input a food item name, price, and quantity. Output an itemized receipt. (Submit for 2 points) Note: This zyLab outputs a newline after each user-input prompt. For convenience in the examples below, the user's input value is shown on the next line, but such values don't actually appear as output when the program runs. 5 hot dog e $2.00=$10.00 Total cost: $10.00 Enter second food item name: ice cream Enter item price: 2. 50 Enter item quantity: 4 RECEIPT 5 hot dog $2.00=$10.00 4 ice cream e $2.50=$10.00 Total cost: $20.00 (3) Extend again to output a third receipt that adds a mandatory 15% gratuity to the total cost. Output the total cost, the cost of gratuity, and the grand total. (Submit for 3 points, so 7 points total) Enter food item name: hot dog Enter item price: 2. 00 Enter item quantity: 5 RECEIPT 5 hot dog @$2.00=$10.00 Total cost: $10.00 Enter second food item name: ice cream Enter item price: 2. 50 Enter item quantity: 4 (3) Extend again to output a third receipt that adds a mandatory 15% gratuity to the total cost. Output the total cost, the cost of gratuity, and the grand total. (Submit for 3 points, so 7 points total) Enter food item name: hot dog Enter item price: 2.00 Enter item quantity: 5 RECEIPT 5 hot dog $2.00=$10.00 Total cost: $10.00 Enter second food item name: ice cream Enter item price: 2. 50 Enter item quantity: 4 RECEIPT 5 hot dog $2.00=$10.00 4 ice cream e $2.50=$10.00 Total cost: $20.00 15 s gratuity: $3.00 Total with tip: $23.00

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

Step: 3

blur-text-image

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

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

Students also viewed these Databases questions

Question

What concepts should be included in a financial literacy scorecard?

Answered: 1 week ago

Question

What are the objectives of Human resource planning ?

Answered: 1 week ago

Question

Explain the process of Human Resource Planning.

Answered: 1 week ago

Question

6. Identify characteristics of whiteness.

Answered: 1 week ago

Question

e. What are notable achievements of the group?

Answered: 1 week ago