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 | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

29th Oct 2021, 5:36 AM
CHRISTINE MINDAJAO
1 Resposta
+ 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
29th Oct 2021, 6:34 AM
Lisa
Lisa - avatar