Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In python (Part B) [50%] The area in which certain alien material is found depends on its state (pure or contaminated), pressure and temperature (see
In python (Part B)
[50%] The area in which certain alien material is found depends on its state (pure or contaminated), pressure and temperature (see figures). (a) Design an algorithm to find in what area the material is. Present your algorithm in the form of a flowchart. (b) Implement your algorithm in a program composed of functions. Make sure the program has a valid output for any user input (including "out of zone"). * For cases on the edge of several zones, you must specify this in the output (for example: "between zone 3 and l"). ** It is not necessary to use functions in part (a), if it does, each function must have its own flowchart. For your report run the program 10 times with 10 different inputs that generate 10 different outputs. Present PrtScrs showing the input and output, and their corresponding desktop tests.
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