Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
98
then
show icon
else
if
TempInF
98
then
show string "H"
else
show string
c"
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions