Answer:
total = 0
hamburgers = int(input("Enter the number of hamburgers: "))
fries = int(input("Enter the number of fries: "))
drinks = int(input("Enter the number of drinks: "))
total = (hamburgers * 2.0) + (fries * 1.5) + (drinks * 1.00)
print("The total cost of the order is: " + str(total))
Explanation:
- Ask the user for the inputs
- In order to find the total cost, multiply each order cost with the number of orders. Then sum the each result.
- Print the total cost
WAIT, you didn't leave a file. Please redo this question and tag me so i can help you.
The<u> WEBSITE STORYBOARD</u> is a visual or textual storyboard that will assist in determining the type of web pages on your site.
Explanation:
- A Website storyboard is a visual representation of your websites structure. It relates out all the components of your site and how they related.
- Creating a website storyboard can help you plan and organise your website and even plan the internal linking structure between pages.
- A storyboard is a graphic organizer that consists of illustrations or images displayed in sequence for the purpose of pre-visualizing a motion picture, animation, motion graphic or interactive media sequence.
- The storyboard is a very important part of the pre production process as it clearly conveys how the story will flow
- Storyboard allows you to see potential problems that would not go unnoticed saving time and money.
- Storyboards are more useful when trying to articulate to someone else what the shot should look like so they know how to make it work.
Theory of knowledge (TOK) plays a special role in the International Baccalaureate® (IB) Diploma Programme (DP), by providing an opportunity for students to reflect on the nature of knowledge, and on how we know what we claim to know.