InterviewSolution
Saved Bookmarks
| 1. |
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”. |
|
Answer» To CONVERT temperatures in DEGREES Celsius to FAHRENHEIT, MULTIPLY by 1.8 (or 9/5) and add 32. |
|