Skip to content

This program simulates the process up a waitress entering what a customer has ordered and then getting the total bill that the customer will pay. The program will prompt the user select what he/she would like to eat. Afterwards, the program will then print out what the customer ordered and how much the customer needs to pay.

Notifications You must be signed in to change notification settings

Python-Coding-Assignments/Krusty-Krab-Register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

why-your-restaurant-menu-should-always-be-changing-thumbnail

Table of Contents
  1. About the Project
  2. Getting Started
  3. Contact

About the Project

This program simulates the process up a waitress entering what a customer has ordered and then getting the total bill that the customer will pay. The program will prompt the user select what he/she would like to eat. Afterwards, the program will then print out what the customer ordered and how much the customer needs to pay.

The objective of this program is to demonstrate the following:

  • demonstrate understanding of writing function definitions and calling functions within main
  • amalgamate the current acquired knowledge of Python, such as input/output, if/elif/else statements, loops, and functions into one program
  • further practice the basics of Python arithmetic

This program assumes that the user will enter a valid input each time the program requests an integer value. The program's output will result in unknown behavior if anything other than an integer is entered by the user.

Getting Started

To run the program, download the contents of the project and simply run make in the terminal.

Contact

Name: Garrett Ellis
Project Link: https://github.com/Python-Coding-Assignments/Krusty-Krab-Register

About

This program simulates the process up a waitress entering what a customer has ordered and then getting the total bill that the customer will pay. The program will prompt the user select what he/she would like to eat. Afterwards, the program will then print out what the customer ordered and how much the customer needs to pay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published