java divisible by operator

Java
boolean isDivisibleBy20 = number % 20 == 0;
Source

Also in Java: