Question: Homework Exercise 1 Write a code that takes the temperature from a sensor that measures in Celsius and convert it to Fahrenheit using the following

Homework Exercise 1
Write a code that takes the temperature from a sensor that measures in Celsius and convert it to Fahrenheit using the following equation:
F=95**C+32
where F is the temperature in Fahrenheit and C is the temperature in Celsius.
Write and test your code on TinkerCad
Note that it might be better to use variable of type float rather than integer
The Serial Monitor should output the following every 10 seconds:
"If Temp in C =12.2"
"then Temp in F=..."
(dots represent the value calculated using the equation above)
Please add a screenshot of the code on tinkercad
 Homework Exercise 1 Write a code that takes the temperature from

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!