X757: Count dogs walks from array in C++

We want to count how many times we walked the family dog in a week. Provided an array of seven integers, representing how many times the dog was walked for each day of the week, count the total and return it.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.