Average athlete training in C++ and documentation
Budget: $10 – $30 USD
An athlete has proposed to travel the same route for a year,
running 7 days a week, so you know your average
time for each week, for each month and for the whole year.
Assume that all months are 30 days.
The data provided is 360 actual values in minutes,
that indicate the travel time recorded for each day.
Create the program that provides the athlete with the information they want to know:
To test the program, generate all 360 values randomly.
running 7 days a week, so you know your average
time for each week, for each month and for the whole year.
Assume that all months are 30 days.
The data provided is 360 actual values in minutes,
that indicate the travel time recorded for each day.
Create the program that provides the athlete with the information they want to know:
To test the program, generate all 360 values randomly.