How to make program to check temperature If the temperature is between 36.1 and 36.9 print "ok" If not print "not ok" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make program to check temperature If the temperature is between 36.1 and 36.9 print "ok" If not print "not ok"

How to make program to check temperature If the temperature is between 36.1 and 36.9 print "ok" If not print "not ok"

4th Nov 2020, 4:59 PM
vaibhav
vaibhav - avatar
4 Answers
+ 7
Post your attempt in the description section, it is the simplest u can solve. Just give it a try .
4th Nov 2020, 5:02 PM
Alphin K Sajan
Alphin K Sajan - avatar
+ 4
Make an attempt and post it here edit: don't be afraid of being wrong. That's how humans learn.
4th Nov 2020, 5:11 PM
Davide
Davide - avatar
+ 3
What about this? https://www.sololearn.com/discuss/2576609/?ref=app Anyway you are looking for the "if" statement. Google "if statement c++"
4th Nov 2020, 5:02 PM
Davide
Davide - avatar
+ 1
Well I know I have to use if statement but I don't know about condition so I only need help with condition
4th Nov 2020, 5:09 PM
vaibhav
vaibhav - avatar