Sprawdź jedność, czy numer jest wielokrotnie x
if (number % 3 == 0)
{
// The number is a multiple of three
}
Creepy Cheetah
if (number % 3 == 0)
{
// The number is a multiple of three
}