Write a program in Qbasic to input the temperature in centigrade and convert to
Fahrenheit. If the Fahrenheit is more than 98 then print ”fever” else print “normal”.
Answers
Answered by
4
Answer:
To convert temperatures in degrees Celsius to Fahrenheit, multiply by 1.8 (or 9/5) and add 32.
Similar questions