Hello.
Take a variable say sum initialized to zero.
Iterate through every object in the array. In every iteration add the number of campers to the variable sum.
After iterating is complete,...