0
Guys help me this, I am a begginer and I use C programming course. A program that will identify if you have a fever or not
How to code this
1 ответ
+ 5
* Store the person's temperature in a variable
* Store the fever temperature in a variable
* Use if-statement to check if person's temperature >= fever temperature