How to Wrtie this Function!

Help cant write this question out...

Write a function which will have as input two double array arguments each pointing to, at most,
31 daily temperature readings for a weather station. The first array argument points to the
daily low temperature readings. The second array argument points to the daily high readings.
The function will calculate the average temperature for each day, the monthly average high
temperature, the monthly average low temperature. The function will have as output a third
double array argument pointing to the, at most, 31 daily temperature averages, as well as a
fourth and fifth argument for the monthly averages. Add any other argument(s) which are
necessary for responsible passing of array arguments.

(3) Include appropriate documentation.
(2) Write the function prototype using good style and syntax.
(15) Write the syntactically and logically correct function definition
Last edited on
Ok and have you even tried? Where are you having problems with?
Topic archived. No new replies allowed.