# Introduction In this challenge, a junior meteorologist will process daily temperature readings to gain insights into local weather patterns using C programming array manipulation skills. The goal is to declare an integer array to store 6 daily temperature readings, calculate the average temperature, find and store the highest and lowest temperatures, and print out the results with clear, descriptive labels.
Click the virtual machine below to start practicing