Write a program that converst the temperature from Celcius to Fahrenheit. The formula is: F (9/5)C+32
2 answers:
Answer:
F
=
9
5
C
+
32
Subtract 32 from both sides:
F
−
32
=
9
5
C
Multiply both sides by 5:
5
(
F
−
32
)
=
9
C
Divide both sides by 9:
5
9
(
F
−
32
)
=
C
or
C
=
5
9
(
F
−
32
)
Explanation:
Answer:
celcius = float(input())
farenheit = (9/5) * celcius + 32
print(farenheit)
Explanation:
Step 1 read the celcius data
celcius = float(input())
Step 2 calculate the farenheit data with the equetion (9/5)C+32
farenheit = (9/5) * celcius + 32
Step 3 show results
print(farenheit)
You might be interested in
If this is a true or false question I would say true... but I dont know I’m confusion <3
Answer: Where the guide lines?
Explanation: I’ll help but where the guidelines?
Answer:
web directories are much smaller and more specific than search engines
Rebooting the computer and calling the computer maunfactoring company will help. If not, you could go to a repair shop.