Question:

What is the the syntax of the or program that convert celsius to farenheit and to kelvin?

by  |  earlier

0 LIKES UnLike

programming

 Tags:

   Report

2 ANSWERS


  1. Celsius to Kelvin:  

           K = C + 273

    Kelvin to Celsius:

          C = K - 273

    Fahrenheit to Celsius:

          C = (F - 32) * 5/9

    Celsius to Fahrenheit

          F = (C * 9/5) + 32


  2. What language?  The answer above gives you the formula, what is it you actually have to do?

    You should have 3 methods.  Each one does a different conversion.  

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.