answersLogoWhite

0

) Define two functions that convert temperatures between degrees Fahrenheit and degrees Celsius. C= (F+40)* 5/9 -40 F= (C+40)* 9/5 -40 > (defun f-to-c (f)(- (/ (* (+ f 40) 5) 9) 40)) > (defun c-to-f (c)(- (/ (* (+ c 40) 9) 5.0) 40))

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is a linear equation that converts a centigrade temperature to Fahrenheit?

°F = (1.8 x °C) + 32


How do you convert 98.6 F to centigrade?

To convert Fahrenheit to Celsius, you can subtract 32 from the Fahrenheit temperature and then multiply by 5/9. For 98.6°F, the conversion would be (98.6 - 32) * 5/9 = 37°C.


What does 32 C equal to?

If you mean 32 Centigrade, this figure converts to 89.6 Fahrenheit or 549.27 Rankine or 25.6 Reamur or 305.15 Kelvin or 24.3 Romer or 102 Delisle or 10.56 Newton or a Planck temperature of 2.15374583^-30


How much is 27 degrees Fahrenheit in Celsius?

The temperature 27 degrees Fahrenheit converts to -2.78 degrees Celsius.


Minus 40 degrees Celsius converts to what temperature Fahrenheit?

-40


Convert the temperature of Pluto from -230 degrees Celsius to Fahrenheit?

(-230) degrees Celsius = -382 degrees Fahrenheit.


What is 28 degrees Celsius converted to?

28 degrees Celsius is equivalent to 82.4 degrees Fahrenheit.


What is -11 Fahrenheit in degrees Celsius?

-11 degrees Fahrenheit converts to -23.889 Celsius. The Celsius temperature can be found by dividing the Fahrenheit temperature by 1.8.


Write C program for Accept temperature in degree Celsius and display the same in Fahrenheit?

Here is a simple C program that accepts temperature in degrees Celsius from the user and then converts and displays the equivalent temperature in Fahrenheit: #include <stdio.h> int main() { float celsius, fahrenheit; printf("Enter temperature in Celsius: "); scanf("%f", &celsius); fahrenheit = (celsius * 9/5) + 32; printf("Temperature in Fahrenheit: %.2f\n", fahrenheit); return 0; } You can compile and run this program to get the desired output.


How much is 600 degrees celsius?

600 degrees Celsius is a very high temperature equivalent to 1112 degrees Fahrenheit or 873 Kelvin. At this temperature, many materials would be at risk of burning or melting.


What is the surface temperature of omega?

The surface temperature of Omega varies slightly. On average, the maximum surface temperature is 760 degrees Celsius, which converts to 1400 degrees Fahrenheit.


What does 81 Fahrenheit convert to in Celsius?

Temperature is easy to convert from Fahrenheit to Celsius yourself. You can use the formula Tc = (5/9)*(Tf-32) where Tc = temperature in degrees Celsius, Tf = temperature in degrees Fahrenheit. 81 F is 27.2 C.