answersLogoWhite

0


Best Answer

algorithm

step1 start

step2 add 32 to Celsius temperature

step3 divide 9 by 5

step4 multiply answer with sum

step5 Fahrenheit temperature is obtained

step6 stop

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

step1:start

step2:input variable is celsius

step3:out put variable is farenheat

step4:assign the value1mile=33.8farenheat

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

C = 5.0 / 9.0 (F - 32.0 )

is the formula = formulas are a way to express simple algorithms.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write algorithm to convert celsius to fahrenheit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How would you design a flowchart to convert Fahrenheit to Celsius and Celsius to Fahrenheit?

input fahrenheit celsius = (fahrenheit - 32) * 1.8 write celsius Flow chart


Write the algorithm for the conversion of temperature from Celsius scale to Fahrenheit scale?

Start with C Multiply by 1.8 Add 32 Answer = F


How do you write equation of converting 59 degrees Fahrenheit into degrees Celsius?

59ºF = 15.0ºCUse this formula to convert degrees Fahrenheit (F) to degrees Celsius (C): (F - 32) / 1.8 = C


Write a QBASIC program to convert a temperature in degrees Fahrenheit to degrees Celsius or vice versa depending on input?

CLS INPUT "Enter degrees in Celsius:";c INPUT "Enter degrees in Fahrenheit:";f a=(c*1.8)+32 b=5/9(f-32) PRINT c;"degree Celsius=" a;"degree Fahrenheit" PRINT f;"degree Fahrenheit=" b;"degree Celsius" end


Write JSP page use with java bean to convert Fahrenheit to Celsius and Celsius to Fahrenheit?

<html> <head> <title>Temperature Conversion</title> </head> <body> <h1>Temperature Conversion</h1> <p><%=request.getParameter("fahr") %> is <%= (Double.parseDouble(request.getParameter("fahr")) - 32) * 5 / 9 %> degrees celsius. </html>


Write a programme in c to convert Fahrenheit to celsius and vice versa?

double celsiusToFahrenheit(double degreesC) { return degreesC * 9.0 / 5.0 + 32.0; } double fahrenheitToCelsius(double degreesF) { return (degreesF - 32.0) * 5.0 / 9.0; } Or instead of having to divide and multiply you can simply use (Celsius +32)1.8. (C+32)1.8 Fahrenheit -32 divided by 1.8. F-32/1.8.


What is 17.8 degrees Celsius in Fahrenheit?

You can use the online conversion offered by Google: in a Google search field (you may have one on your computer's browser already, otherwise go to google.com) write the number of degrees and the units ("C" or "F" or "K") then "in" and the units you want to convert to.Then hit Enter (sometimes you do not even have to do that!)__________________________________________________________= 32 + (17 x 9/5 )


How to write equation of converting 41 degrees Fahrenheit into degrees Celsius?

Main formula: Celsius = (Fahrenheit - 32) / 1.8Celsius = (41 -32) / 1.8Celsius = 9 / 1.8Celsius = 5°


how to write a function that takes one argument F for Fahrenheit and returns the result in Celsius c the formula for the conversion is c plus F-3259?

double celsius (double fahrenheit) { return (fahrenheit - 32.) * 5. / 9.; }


Write an algorithm in c to convert an infix expression to a postfix expressionexecute your algorithm with the following infix expression as your input. m nk pgh a bc?

An algorithm can not be written with the following infix expression without knowing what the expression is. Once this information is included a person will be able to know how to write the algorithm.


What is the pseudocode for converting Fahrenheit to Celsius?

how to write the pseudo code for : (5/9)(f-32)


Write the temperature of the center of the earth?

5000-7000 degrees Celsius which is about 9057.6-12657.6 degrees Fahrenheit.