Arrays & Functions (2)
Although not syntactically necessary, it is good practice to pass the amount of elements contained within the array into the function, as it is rare that the function will know the amount of elements in advance.
We might write a function that initialises all elements of an array to zero