Search
Finish the method definition below.
Given an array of numbers list, and another number divisor, the method should return true if all the values in the array are multiples of divisor, and false otherwise.
list
divisor
true
false