Question: Write a program that reads an input temperature value, then reads an input letter (C for Celsius or F for Fahrenheit). Print whether the state
Write a program that reads an input temperature value, then reads an input letter (C for Celsius or F for Fahrenheit). Print whether the state of matter is liquid, solid, or gaseous at the given temperature at sea level. Let:
C = (F -32)*5/9
Solid: C<=0
Gaseous: C>=100
Liquid: 0 the program in python and also please draw a flowchart.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
