Question: why is there an expected identifiet error? and how can i fix this? in C 1 int main(void); 21/Variables 3 int temp; 6 int count_hot
1 int main(void); 21/Variables 3 int temp; 6 int count_hot = @; 5 int count_pleasant = @; 6 int count_cold = @; 7 { I/Have user enter temperature printf("Enter the temperature(Enter -999 to finish):"); scanf("%d", &temp); if (temp == -999) O Expected identifier or " break; //Hot temp condition if (temp >= 85) printf("Temperature %d shot", temp); count_hot++; 1/Pleasant temp condition else if (temp>=60 && temp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
