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)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

There are several issues with the provided code 1 The if statements are not properly neste... View full answer

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 Programming Questions!