Lab Work 2 In this lab work, you will implement a coffee shop example. In this coffee shop, everything must progress as if it does in real life. It means that the program should ask a person for body temperature in Celsius, and grant or reject access to a coffee shop. When a customer orders a coffee, they have to choose a size such as Small, Medium, and Large then, depending on the order, the price has to change. The price also has to change depending on the type of coffee. For example, for coffees that are similar to espresso, you also need to take every shot of espresso into account. The actual prices of the coffees depend on your imagination however, they should be realistic. Some hints: • Focus on dividing your program into multiple functions. • You can also return double or integer types of values from your functions, so use them if you can. • Don't just code a function every possible type of, and try to make it generic as much as possible. • Be creative. Fill the gaps using your imagination. This is an open ended lab work. Expectations: 1. You will have milk, steamed milk, milk foam, and hot chocolate that can be ordered for a specific type of coffee. 2. You will have two basic types of coffee, filter coffee, and espresso(Hint: Don't forget about shots, that could be a measure for the price). 3. We are expecting your program to be able to order; Cappuccino, Latte, Mocha, Flat White, or Filter Coffee. All of these are base types of orders, however, you can always have extra milk or hot chocolate, so make sure you take that into account. 4. Customers are not allowed to enter if their body temperature is higher than 36.5 Celsius. 5. The user will enter integer values to select their options for everything in the program. 6. Add an exit option for the user so he/she can cancel the order. 7. The program should terminate if the customers try to order his/her 4th coffee.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

C language

Lab Work 2
In this lab work, you will implement a coffee shop example. In this coffee shop, everything must
progress as if it does in real life. It means that the program should ask a person for body
temperature in Celsius, and grant or reject access to a coffee shop. When a customer orders a
coffee, they have to choose a size such as Small, Medium, and Large then, depending on the
order, the price has to change. The price also has to change depending on the type of coffee.
For example, for coffees that are similar to espresso, you also need to take every shot of
espresso into account. The actual prices of the coffees depend on your imagination however,
they should be realistic.
Some hints:
• Focus on dividing your program into multiple functions.
• You can also return double or integer types of values from your functions, so use them if
you can.
• Don't just code a function every possible type of, and try to make it generic as much as
possible.
• Be creative. Fill the gaps using your imagination. This is an open ended lab work.
Expectations:
1. You will have milk, steamed milk, milk foam, and hot chocolate that can be ordered for a
specific type of coffee.
2. You will have two basic types of coffee, filter coffee, and espresso(Hint: Don't forget
about shots, that could be a measure for the price).
3. We are expecting your program to be able to order; Cappuccino, Latte, Mocha, Flat
White, or Filter Coffee. All of these are base types of orders, however, you can always
have extra milk or hot chocolate, so make sure you take that into account.
4. Customers are not allowed to enter if their body temperature is higher than 36.5 Celsius.
5. The user will enter integer values to select their options for everything in the program.
6. Add an exit option for the user so he/she can cancel the order.
7. The program should terminate if the customers try to order his/her 4th coffee.
Transcribed Image Text:Lab Work 2 In this lab work, you will implement a coffee shop example. In this coffee shop, everything must progress as if it does in real life. It means that the program should ask a person for body temperature in Celsius, and grant or reject access to a coffee shop. When a customer orders a coffee, they have to choose a size such as Small, Medium, and Large then, depending on the order, the price has to change. The price also has to change depending on the type of coffee. For example, for coffees that are similar to espresso, you also need to take every shot of espresso into account. The actual prices of the coffees depend on your imagination however, they should be realistic. Some hints: • Focus on dividing your program into multiple functions. • You can also return double or integer types of values from your functions, so use them if you can. • Don't just code a function every possible type of, and try to make it generic as much as possible. • Be creative. Fill the gaps using your imagination. This is an open ended lab work. Expectations: 1. You will have milk, steamed milk, milk foam, and hot chocolate that can be ordered for a specific type of coffee. 2. You will have two basic types of coffee, filter coffee, and espresso(Hint: Don't forget about shots, that could be a measure for the price). 3. We are expecting your program to be able to order; Cappuccino, Latte, Mocha, Flat White, or Filter Coffee. All of these are base types of orders, however, you can always have extra milk or hot chocolate, so make sure you take that into account. 4. Customers are not allowed to enter if their body temperature is higher than 36.5 Celsius. 5. The user will enter integer values to select their options for everything in the program. 6. Add an exit option for the user so he/she can cancel the order. 7. The program should terminate if the customers try to order his/her 4th coffee.
Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education