It’s b ........................................
<span>Beside homework, what products can you use for personal use? Identify three uses and briefly describe.
</span>
Answer:
C = int(input("Enter a number ::))
F = (C * (9 /5)) + 32
print(" {} in Fahrenheit is {} ". format(C, F))
Explanation:
The program takes an input from the user and converts the input to a fahrenheit.