Question
For this problem, you should: describe the algorithm using a flowchart and then use Python to implement the algorithm. You must include a.) a picture
For this problem, you should: describe the algorithm using a flowchart and then use Python to implement the algorithm.
You must include a.) a picture of your flowchart, b.) a screen shot of your program, and c.) a screen shot of your output.
Programming Task: An Arctic helicopter service cannot carry more than 2 passengers and more than 300 pounds in extra weight. Define variables to hold the weight of each of the two passengers. If the combined weight exceeds 300 pounds output a message that says, I can only take one of you on this trip. Finally, output a message that states what the total weight was. Test your program by showing the output when the weight exceeds 300 pounds and the output when it does not.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started