Java tutorial
public class Main { public static void main(String[] args) { int j = 5; System.out.println(j % 4 == 0); } }