Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Challenge 2 : Can we program it ? code. Here are the procedures from the previous challenge. Meals are $ 1 2 . 5 0

Challenge 2: Can we program it? code.
Here are the procedures from the previous challenge.
Meals are $12.50 unless you are a student, and then it is $8.95
For groups of 8 people or more, we no longer look at how many students are a part of the group. We just charge everyone $10.25.
We want at least 50 forks available to guests. If the number of forks falls below 50, we will add 100 forks to the holder.
Question 1
2 pts
Knightro wants you to focus on the total cost people will pay when they come in. He already stores the number of non-students in a variable called people and students called students.
Write a single line of code that will store the total price the group will pay and store the result in the variable, total.
HINT: Make sure you leave the trailing zero in the price of the meal in your answer.
Question 2
2 pts
Since Knightro is storing the number of non-students and students in variables: people and students. Write an if statement that will determine if the group is large enough for a group discount.
Question 3
2 pts
Knightro assumes that the variable pizzas will be 1 or greater. He wants to write a line of code that will determine the total time it will take cook. Store the result as total_time.
Question 4
4 pts
Knightro has written a variable called forks. It stores the number of forks in the holder. Write two lines to determine if we need to add forks, then add the forks to the holder.
Line 1:
Line2:
image text in transcribed

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

SQL Antipatterns Avoiding The Pitfalls Of Database Programming

Authors: Bill Karwin

1st Edition

1680508989, 978-1680508987

More Books

Students also viewed these Databases questions

Question

Excel caculation on cascade mental health clinic

Answered: 1 week ago