Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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");
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!