Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Python please help.
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions