Question: Using a Python environment, complete two small Python programs - Write a program prompt user for a temperature, Celsius or Fahrenheit convert and display the
Using a Python environment, complete two small Python programs -
- Write a program
- prompt user for a temperature, Celsius or Fahrenheit
- convert and display the temperature accordingly
- No need to create the provided UI, its provided for illustration
- Your code need to do both conversions, C2F and F2C

- Write a program
- prompt for a score between 0.0 and 1.0
- If the score is out of range, print an error message
- If the score is between 0.0 and 1.0, print a grade according to the following specifications:
- >= 0.9 A
- >= 0.8 B
- >= 0.7 C
- >= 0.6 D
- In a few sentences, discuss how did you solve this
Capture screenshots of a few of your test runs. I would really appreciate it!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
