Write a function named allMutipleFive which has two input parameters: number(represents an integer array) and size (the actual size of the array). The function returns 1 if all the elements in the array are multiples of 5; otherwise; it returns 0. I need help with this