Computer Science, asked by dipayanghosh185, 11 months ago

Write a JavaScript code for converting celcius to fahrenheit

Answers

Answered by Anonymous
1

Explanation:

hello

Luckily for us, the good people at freeCodeCamp have given us the formula to convert a temperature from celsius to Fahrenheit: you multiply the celsius value by 9/5 then add 32. The instructions tell us to use the fahrenheit variable we're given, but we can refactor this to make it a little, simpler, though.

have a nice day

Answered by pratibha4089
3

JavaScript

Fahrenheit and and centigrade are two temperature scale in use today. The Fahrenheit scale Is developed by a German physicist Daniel Gabrie Fahrenheit. In the Fahrenheit scale water freezes at 32° and boils at 212°

The centigrade scale which is also called the Celsius scale, developed by Swedish Astronomer Andres Celsius .In the centigrade scale water freezes at 0° and boils at 100°. The centigrade to Fahrenheit conversion formula is

C = (5/9) × (F -32)

Where F is Fahrenheit . You can also use to convert Fahrenheit to centigrade. Just enter a Fahrenheit temperature in the text box then click on the convert button.

Hope it will help you!

Follow me. . . . .

Attachments:
Similar questions