Please use Python! I WILL LEAVE A LIKE!!! With the guidelines above, please create a customer interface to order Coffee

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Please use Python! I WILL LEAVE A LIKE!!! With the guidelines above, please create a customer interface to order Coffee

Post by answerhappygod »

Please use Python! I WILL LEAVE A LIKE!!!
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 1
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 1 (59.14 KiB) Viewed 43 times
With the guidelines above, please create a customer interface to
order Coffee at a coffee shop called Cam's Coffee Shop. The
interface will have a main menu with a list of items we sell with
also the price. Arabica Coffee ($4), Expresso Coffee($5), Americano
Coffee($7), Bagel ($2), Donut ($3), Sugar ($0.25), Cream ($0.25).
After choosing all the items they wish to order, they will need to
select "Next". This will bring them to a new page where the list of
items and the total price will be listed. There will also be a
button that say's "Done" that will reset the entire program back to
its original main menu.
Example:
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 2
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 2 (833.58 KiB) Viewed 43 times
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 3
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 3 (1.73 MiB) Viewed 43 times
Here's the rubric as well:
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 4
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 4 (69.36 KiB) Viewed 43 times
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 5
Please Use Python I Will Leave A Like With The Guidelines Above Please Create A Customer Interface To Order Coffee 5 (34.17 KiB) Viewed 43 times
Please make the code copy and pastable.
Create an original program that uses most of the skills that you have used in this class. The project must: 1. Use a GUI interface a 2. Be object-oriented 3. Use an external file 4. Use Functions 5. Be well documented (appropriate names and comments) 6. Use looping structures 7. Use data structures 8. Clean code, no warnings

Welcome to Cam's Coffee Shop. Please Select item(s): 0 Arabica Coffee $4 1o Expresso Coffee $5 O Americano Coffee $7 O Bagel $2. ① Donut $3 O Suger Packet $0.25 O Cream $0.25 Next

2. Here are the items you chose item #1 item #2 item #3 etc,.. Total Price = $xxx Please Select done when finished IDONE

Rubric Requirement Value L GUI Interface - coding 5 pts GUI Interface usability/ design 5 pts GUI is object-oriented 5 pts Read and Write to an external file, create the file if it does not exist! 10 pts Decision Statements (2 minimum) 5 points Exception handling 10 points Functions - The program must use at 10 points least 2 functions

Data Structures (Lists, Tuples, Dictionaries, 5 points Sets) 2 sets Code Quality (error- free, function and variable names, appropriate comments and citations) 10 points
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply