Write the pseudocode (using the scheme in the FILES section of CANVAS) as a Word or .txt file (and upload it) to

Prompt a user to enter their Fahrenheit temperature as a real number.
Convert the temperature to Celsius (real number) using the formula
Celsius = (5.0 * (Fahrenheit - 32.0)) / 9.0
Determine what range of fever the person has
no fever if less than 38
low-grade fever if 38 or greater but less than 39.4
high-grade fever if 39.4 or higher
Inform the person of their Celsius temperature and what range it fell in