// それ以外で、5 の倍数なら "Fizz" else if (i%5 == 0) { println("Buzz"); }