Back to Browse

Array Temperature Analysis in C (Data Structures)

107 views
Sep 12, 2024
20:22

Week 2 programming assignment for CSC 240 Data Structures - For this to work, you need my `.emacs` file - wget it from here: https://tinyurl.com/lyon-emacs Problem: Analyze weekly temperatures stored in an array: compute maximum, minimum, averages, and modified temperatures. The array size is fixed at 7 for daily temperatures of one week. Sample solution Org-mode file on GitHub: https://github.com/birkenkrahe/org/blob/7915a5be0e9bd8e35db9b58f2e8cc143f88e3d4c/fall24/alg1/array_temperature_analysis.org

Download

0 formats

No download links available.

Array Temperature Analysis in C (Data Structures) | NatokHD