Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a python program that converts Fahrenheit temperatures into their Kelvin equivalent. The formula to use is: Kelvin = (Fahrenheit 32) 5/9 + 273.15 Items

Write a python program that converts Fahrenheit temperatures into their Kelvin equivalent.

The formula to use is:

Kelvin = (Fahrenheit 32) 5/9 + 273.15

Items to include in the program:

  • A main function
  • User input of how many Fahrenheit temperatures to convert
    • A suitable description of what the user is to enter
  • Use a loop (your choice of for or while)
    • The number of temperatures entered will be the number of times the loop iterates, calculating a new temperature each time
  • Print the results
  • A heading used in the printing of the results
    • See the example below
  • The results should be displayed neatly
  • Format the results with 3 decimal places
  • A comment header
  • Comments throughout the program
  • Write the code neatly
  • Do not allow unhandled exceptions

Example of program input and output

Enter the number of temperatures to convert: 10

Fahrenheit Kelvin

------------------------------------------

0 255.372

1 255.928

2 256.483

3 257.039

4 257.594

5 258.150

6 258.706

7 259.261

8 259.817

9 260.372

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

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

=+ c. What is the sacrifi ce ratio in this economy? Explain.

Answered: 1 week ago