Periksa persatuan jika angka adalah beberapa x

if (number % 3 == 0)
{
	// The number is a multiple of three
}
Creepy Cheetah