Question: Below is a thermometer program I made with a micro:bit to measure temperature. I want the microbit to accomplish the following: Display a smiley face

Below is a thermometer program I made with a micro:bit to measure temperature. I want the microbit to accomplish the following:
Display a smiley face when the temperature is between 98 and 99
Display the letter C when the temperature is colder than 98
Display the letter H when the temperature is warmer than 99
Unfortunately, there are errors in my code and my micro:bit is not accomplishing what I want it to accomplish (Note: the conversion from Celsius to Fahrenheit is correct).
Answer the following:
Describe what is wrong with the code and what the micro:bit currently is doing (10 points)
What two changes can you make to fix the code? (7.5 points for each change)
forever
set
TempInF
to
temperature (C)
1.8
32
if
TempInF
99
or
TempInF
98
then
show icon
else
If
TempInF
98
then
show string
H
 Below is a thermometer program I made with a micro:bit to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!