java how to tell if one number divides into another code example Example: java divisible by operator boolean isDivisibleBy20 = number % 20 == 0;