Page 1 of 1

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:10 am
by answerhappygod
Create C Program To Record Temperature In A City For Seven 7 Days The Program Prompts User To Enter The Temperature V 1
Create C Program To Record Temperature In A City For Seven 7 Days The Program Prompts User To Enter The Temperature V 1 (67.23 KiB) Viewed 12 times
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 ID 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 M #include <stdio.h> #include <stdlib.h>