Check whether all numbers in the given array are a multiple of the given number.
- Check whether all the numbers in the given array are a multiple of the given number.
- The array will be a plain array with numbers.
- Return
true
if all the numbers in the array are a multiple of the given number.
For example: