multiple of 3 function code example Example: variable is multiple of 3 if (j % 3 == 0) { // j is an exact multiple of 4 }