Question

seqeuntial solution to a faharenhiet tempreture to celsius (hint celsius=5/9( faharenhiet=32)

seqeuntial solution to a faharenhiet tempreture to celsius (hint celsius=5/9( faharenhiet=32)

Homework Answers

Answer #1

Covert Faharenhiet to celsius:

Formula:

C= (F-32)*5/9

where C is temperature in celsius

and F is temperature in faharenhiet

Let's understand with an example: Convert 98.6 (normal human body temperature) to celsius:

C= (F-32)*5/9

C= (98.6-32)*5/9

C= 66.6*5/9

C= 333/9

C= 37 degree celsius

Program to convert Faaharenhiet to celsius:

#include <stdio.h>

int main()
{
    float celsius, fahrenheit;

    /* Input temperature in fahrenheit */
    printf("Enter temperature in Fahrenheit: ");
    scanf("%f", &fahrenheit);

    /* Fahrenheit to celsius conversion formula */
    celsius = (fahrenheit - 32) * 5 / 9;

    /* Print the value of celsius */
    printf("%.2f Fahrenheit = %.2f Celsius", fahrenheit, celsius);

    return 0;
}

Output:

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Program must be in JAVA. Write a program that converts temperature from Celsius to Fahrenheit or...
Program must be in JAVA. Write a program that converts temperature from Celsius to Fahrenheit or vice versa, depending on user's input. The formula for converting temperature in Celsius to Fahrenheit is, Fahrenheit = (9/5) * Celsius + 32 The formula for converting temperature in Fahrenheit to Celsius is, Celsius = (5/9) * (Fahrenheit – 32) Results should be rounded to two decimal points, e.g., 92.56
A 9 kilogram block of ice is to be heated from -36 Celsius to 140 Celsius....
A 9 kilogram block of ice is to be heated from -36 Celsius to 140 Celsius. How much energy is required to heat the ice from -36 to 0 Celsius? How much energy is required to change the 0 Celsius ice into 0 Celsius water? How much energy is required to heat the water from 0 Celsius to 100 Celsius? How much energy is required to change the 100 Celsius water into 100 Celsius steam? How much energy is required...
a sample of gas has a mass of 0.171g at P=721mm Hg and 32 dregrees Celsius....
a sample of gas has a mass of 0.171g at P=721mm Hg and 32 dregrees Celsius. What is the molecular weight of the compound?
Water freezes at 0 degrees Celsius, which is the same as 32 degrees Fahrenheit. Also water...
Water freezes at 0 degrees Celsius, which is the same as 32 degrees Fahrenheit. Also water boils at 100 degrees Celsius, which is the same as 212 degrees Fahrenheit. (Use fractions in your answers.) (a) Use the freezing and boiling points of water to find a formula expressing Celsius temperature C as a linear function of the Fahrenheit temperature F. (b)This means that for every one degree increase in the Fahrenheit temperature, the Celsius temperature will increase by what degree?
The freezing point of water is 0 degree celsius (32 degree F). The boiling point water...
The freezing point of water is 0 degree celsius (32 degree F). The boiling point water is 100 degree celsius (212 degree F). The relationship between celsius is linear. (a) Find an equation of the line which relates the two measures of temperature. (b) Use your line from part (a) to find the temperature at which the two dofferent types of measurements are equal.
1. What is the final temperature of a solution initially at 22.0 celsius if 2.45 g...
1. What is the final temperature of a solution initially at 22.0 celsius if 2.45 g of a solid is dropped into 34.5 g of the solution resulting in the reaction between the two that absorbs 1350 J of heat? 2. If a 31.25g piece of an unknown metal at 25 Celsius was added to 25.0 g of water at 100.0Celsius and the two equilibrated at 95.2 Celsius , what is the specific heat capacity of the metal? 3. In...
There are four aqueous solutions at 25 degrees celsius. Solution A Given [H+] = 1.3 x...
There are four aqueous solutions at 25 degrees celsius. Solution A Given [H+] = 1.3 x 10-9 M, find [OH-], pH, and pOH. Solution B Given [OH-] = 0.098 M, find [H+], pH, and pOH. Solution C Given pH = 8.16, find [H+], [OH-], and pOH. Solution D Given pOH = 1.03, find [H+], [OH-], and pH.
A neighborhood has 32 households – 27 white, and 5 nonwhite. A subset of 9 of...
A neighborhood has 32 households – 27 white, and 5 nonwhite. A subset of 9 of these households move to an adjacent neighborhood. What is the probability that less than two of the households in the new neighborhood are nonwhite?
-5, -32, -13, -9, -19, 49, -30, -23, 14, -21, -32, 11 are the arrival delays...
-5, -32, -13, -9, -19, 49, -30, -23, 14, -21, -32, 11 are the arrival delays of randomly selected American Airlines flights from New York to Loss Angeles. Negative numbers represent flights that arrived before the scheduled arrival time. Use 95% confidence interval. How good is the on-time performance? PLEASE SHOW ALL STEPS CLEARLY. Thank you. I Believe the answer is -24.33 to 5.99.
find at least 5 different summation notations a) 6+8+10+12+....+32 b) 5+7+9+11+....+31
find at least 5 different summation notations a) 6+8+10+12+....+32 b) 5+7+9+11+....+31