+ 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"
4 Respuestas
+ 7
Post your attempt in the description section,
it is the simplest u can solve.
Just give it a try .
+ 4
Make an attempt and post it here
edit: don't be afraid of being wrong. That's how humans learn.
+ 3
What about this?
https://www.sololearn.com/discuss/2576609/?ref=app
Anyway you are looking for the "if" statement. Google "if statement c++"
+ 1
Well I know I have to use if statement but I don't know about condition so I only need help with condition