Create C program to record temperature in a city for seven (7) days. The program prompts user to enter the temperature v
Posted: Thu May 26, 2022 9:05 am
Create C program to record temperature in a city for seven (7) days. The program prompts user to enter the temperature values for seven days and store the values in a 1D array. Then the program prints the high temperature where the temperature is considered high if it is 35 degrees or above. 1 A▾ B I