answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Write a Program in perl to convert given temperature from centigrade to Fahrenheit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the formula needed to convert Fahrenheit to centigrade scale?

Fahrenheit temperature minus 32, multiplied by 5, then divide by 9 to find the Centigrade/Celsius equivalent Centigrade/Celsius temperature multiplied by 9, then divide by 5, then add 32 to find the Fahrenheit equivalent


Are the freezing water at 32 degrees Fahrenheit the same as 0 degree centigrade?

Yes. we can convert Fahrenheit values to centigrade values and vice versa by the following formula: TC=(TF-32) X 5/9 where TC :Temperature in centigrade TF :Temperature in Fahrenheit


Program to convert given temperature from centigrade to Fahrenheit in pearl?

F=9/5c +32; c=5/9(f-32) ; not sure what "in pearl" means


What does the word kelvins mean when talking of temperature?

Kelvin is a temperature scale, like Fahrenheit or Centigrade. It is generally used in scientific contexts. One degree Kelvin is equal to one degree Centigrade. In order to find the temperature in Kelvin, I have provided the following equations. If you have a temperature in Fahrenheit and want to know it in Kelvin, it is easiest to convert to Centigrade first. (Fahrenheit Temperature - 32) X (5/9) = (Centigrade Temperature) If you have a Centigrade temperature and want to know it in Kelvin, you can convert it directly to Kelvin. (Centigrade Temperature + 273) = (Kelvin Temperature) The reason for the 273 is that scientists wanted the Kelvin scale to begin at Absolute Zero. Thus, Absolute Zero is 0 K and -273 degrees Centigrade. Since, as I stated above, one degree Centigrade is equal to one degree Kelvin, this equation works. If you want to convert back from Kelvin, the following equations may be used. (Kelvin Temperature -273) = (Centigrade Temperature) And if you're asked to report the temperature in Fahrenheit, use (Centigrade Temperature X (9/5)) +32 = (Fahrenheit Temperature) It should be noted that you do not include a degree symbol when you report a Kelvin temperature.


How do you convert a temperature difference from Fahrenheit to Celsius?

Use this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): [°C] = ([°F] - 32) × 0.556


How can one convert temperature in Celsius to Fahrenheit?

Use this equation to convert degrees Celsius/Centigrade (ºC) to degrees Fahrenheit (ºF): [°F] = [°C] × 1.8 + 32


What is the program we have to use in gwbasic for the conversion of centigrade to Fahrenheit?

10.INPUT "ENTER TEMPERATURE IN FAHRENHEIT " ;F 20.LET C =5/9*(F-32) 30.PRINT "TEMPERATURE IN CENTIGRADE " ;C 40.END With This Above Program You Can Convert Cent Temp Into Far Temp.... R U Happy Now for More......Contact At syedalibukhari386@yahoo.com Bukhari386


What do you multiply Fahrenheit by to get the celsius temperature?

Use this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): [°C] = ([°F] - 32) × 0.556


How do you calculate temperature from Fahrenheit to celsius?

Use this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): [°C] = ([°F] - 32) × 0.556


How do you find the celsius of a temperature that is Fahrenheit?

Use this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): [°C] = ([°F] - 32) × 0.556


What is a centigrade?

Centigrade (also called Celsius) is a temperature measurement scale which has 0 degrees as the freezing point of water and 100 degrees as its boling point. To convert Fahrenheit to Centigrade, subtract 32 from the Fahrenheit figure, multiply the result by 5 and then divide by 9.


If a temperature is 32 degrees Fahrenheit what is Celsius temperature?

32ºF = 0ºC / Use this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): [°C] = ([°F] - 32) × 0.556