Computer Science, asked by reshmazaman204, 3 months ago

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 debasmita86
4

Answer:

To convert temperatures in degrees Celsius to Fahrenheit, multiply by 1.8 (or 9/5) and add 32.

Similar questions