Write the portion of the app that deals with hamburger sales

Assignment Help Python Programming
Reference no: EM131561826

Lab Assignment

General Instructions

Read the problem description below. Once you fully understand the problem, open up Notepad or Notepad++ and create a Problem Statement. Then list your inputs and outputs and put together a draft variables list. Also include a 30,000 foot view and your pseudocode. Please remember that pseudocode should be done BEFORE you code. It doesn't have to be perfect and will change. Pseudocode looking like working Python code will receive 0 points.

Once you have your pseudocode done, open up Raptor and translate your pseudocode. Use the following data to test your program:

Test Case #1
Burger Type: Single
Burger Extras: Cheese, Bacon, Grilled Onions & Grilled Mushrooms
Burger Base Cost: $5.95
Burger Extra Cost: $2.75
Burger Total: $8.70

Test Case #2
Burger Type: Double
Burger Extras: Cheese & Bacon
Burger Base Cost: $7.95
Burger Extra Cost: $1.75
Burger Total: $9.70

Test Case #3
Burger Type: Single
Burger Extras: Grilled Onions & Grilled Mushrooms
Burger Base Cost: $5.95
Burger Extra Cost: $1.00
Burger Total: $6.95

Test Case #4
Burger Type: Double
Burger Extras: Cheese, Bacon, Grilled Onions & Grilled Mushrooms
Burger Base Cost: $7.95
Burger Extra Cost: $2.75
Burger Total: $10.70

When your Raptor file is done and working, convert this file to Python code. You will do this in two sections. The first section will ask you to create the class and the second section will ask you to create an object based on the class.

Problem Description

A good friend of yours wants to start a diner join near campus. He wants to keep the menu simple and plans to offer burgers, fries, wraps and salads. Additionally he wants to offer quick service. Therefore, he is looking for a mobile application whereby students can put there order in ahead of time and pick it up. He has assembled a team of fellow students to help write the app. Your job is to write the portion of the app that deals with hamburger sales. Your portion of the app needs to do the following:

@Ask the user for the type of burger they want either single or double patty. A single patty burger costs $5.95 and a double costs $7.95.

@Ask the user for the extras for their burger. A typical burger comes with tomato, onion and pickles. Cheese, bacon, grilled onions and grilled mushrooms are extra. These extra costs are as follows: Cheese = $0.75, Bacon = $1.00, Grilled Onions = $0.50, Grilled Mushrooms = $0.50 or none = $0.0.

@Display to the user the cost of the patty, extras cost and total cost.

Creating the Class

Use the template to get started. Your class should have attributes, a constructor, methods and access methods to allow values to leave the class. Assume all attributes are private and cannot be accessed from the program. Your class will need the patty type sent into it. The methods will determine the patty cost, extras cost and the total cost. The access methods will return these three values back to main()

Below is an example of the extras menu

Enter your extras:

C = Cheese
B = Bacon
O = Grilled Onions
M = Grilled Mushrooms
N = None

class BurgerCost#Finish this
#Constructor
def
#attributes

#Calculation Methods
def determineBaseCost #finish this

def determineExtraCost #finish this

def determineTotalCost #finish this

#Access Methods

def returnBaseCost #finish this

def returnExtraCost #finish this

def returnTotalCost #finish

Reference no: EM131561826

Questions Cloud

What is the diameter of the tree : Using a tape measure, the circumference of a tree is found to be 112 in.
What is thought to be the possible cause of the disorder : Describe shortly in own words the disorder and list the main symptoms. What is thought to be the possible cause of the disorder
By what factor should the diameter of fire hose be increased : With no change in the speed of flow, by what factor should the diameter of a fire hose be increased in order to double the amount of water that flows.
Who requests financing-importer-exporter and both : Who requests financing? Importer, exporter, both? Who provides financing? Importer's bank, exporter's bank, both, an unrelated third party? How?
Write the portion of the app that deals with hamburger sales : He has assembled a team of fellow students to help write the app. Your job is to write the portion of the app that deals with hamburger sales.
Start selling long-term treasuries-short-term treasuries : Next month the Federal Reserve is going to start selling long-term treasuries and purchasing short-term treasuries.
What is a moral operating system : How do we know what to do with all the power we have if we don't have a moral framework. What's a moral operating system
Is the distinction defensible ethically : Is there a moral distinction between giving someone the means to end their own life, and you ending it for them (at their request)?
Review the genie secret of the wild child documentary : The documentary, "Genie: Secret of the Wild Child," is a case study of someone who has not been allowed to develop normally

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd