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

why is there an expected identifiet error? and how can i fix this? in C why is there an expected identifiet error? and how can i fix

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!