Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use the Zelle graphics.py library, Python code covered in this course and data structures covered in this course to solve the following problem: GO Burger!

Use the Zelle graphics.py library, Python code covered in this course and data structures covered in this course to solve the following problem: "GO Burger!" is a new 'burger-to-go' establishment who requires an app for customers to place their orders. The establishment only accepts online orders and pick-up...there is no sit-down service available, although there is a beverage vending machine outside the building. Go Burger! sells 1/2 pound quality meat burgers on homemade freshly baked buns at reasonable prices (only $4.50 each!). The application interface should ask the customer for their first name, how many burgers they want to order, and if those burgers come with cheese (at a nominal surcharge of 35 cents per burger). The app should provide the customer with the choice of selecting any of six toppings: lettuce, onions, pickles, mustard, catchup and mayo (these are to no cost to the customer). The app should also provide an area for the customer to add any special instructions in their order (for example the customer may only eat well-done beef). The app should display the total of the order including a 8% sales tax added to the order after the customer selects the "Place Order" button. After ordering ( after the customer selects the "Place Order" button ), the interface should display a message to the customer using their first name and telling them that their order will be ready for pickup in 15 minutes. Use coordinate transformation (the setCoords method) in your program to divide your window for easier placement of objects.

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

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

10th Edition

0137916787, 978-0137916788

More Books

Students also viewed these Databases questions

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