Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
if (temperatura < 0 || temperatura > 100) { printf("Extremos impossíveis");}
if (temperatura < 0 || temperatura > 100) {
printf("Extremos impossíveis");
}
if (temperatura != 25) { printf("Diferente do ideal");}
if (temperatura != 25) {
printf("Diferente do ideal");
if (temperatura >= 0 && temperatura <= 100) { printf("Intervalo normal");}
if (temperatura >= 0 && temperatura <= 100) {
printf("Intervalo normal");
if (temperatura > 100 && temperatura < 0) { printf("Erro na leitura");}
if (temperatura > 100 && temperatura < 0) {
printf("Erro na leitura");
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!