- 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 11 times
Create C program to record temperature in a city for seven (7) days. The program prompts user to enter the temperature v
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create C program to record temperature in a city for seven (7) days. The program prompts user to enter the temperature v
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>