Respuesta :
The missing word is return.
We type return inside of a function so as to "return" a result. In this case, the sum divided by 3 will be returned.
The missing word is return.
We type return inside of a function so as to "return" a result. In this case, the sum divided by 3 will be returned.