vd17accc
Search for a command to run...
Write a function that takes two integers and returns "true" if the first number is divisible by the second, otherwise return "false".
-10^6 <= a, b
Example 1
10,5
true
Example 2
-12,4