Question: Python please help. Problem: Write a program to take as input degrees Celsius, perform a conversion to degrees Fahrenheit and output the temperature in degrees
Problem: Write a program to take as input degrees Celsius, perform a conversion to degrees Fahrenheit and output the temperature in degrees Fahrenheit. Remember to round your temperature values to 2 decimal places. Temperature conversion formulas - Celsius to Fahrenheit: F=(9/5C)+32 C oF - Fahrenheit to Celsius: C=(5/9)(F32) FC - Celsius to Kelvin: K=C+273 CK - Kelvin to Celsius: C=K273 KC - Remember to include your 4 line program header at the beginning of your program. Create a Word document that will contain the following components. Include the numbers (1- 8) and headings provided below in your document: 1. Problem Specification You may use problem statement above. 2 - Input and Output Detail what the input and output is and what type of data the these will be in (integers or floating point). 3- Algorithm Write an algorithm for the conversion : show the stepwise process of how you will get from the input to the output. 4 - Test cases Use MS Word to build a table with 2 columns. Column 1: sample Celsius values and Column 2: resulting Fahrenheit values. This table of test cases should be used when you implement and execute your Python program. 5 - Flow chart Represent the algorithm in flowchart form. You may use draw.io OR the shape drawing capabilities in Word, OR
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
