Variabel adalah kelipatan 3
if (j % 3 == 0) {
// j is an exact multiple of 4
}
Itchy Ibex
if (j % 3 == 0) {
// j is an exact multiple of 4
}