// Vazifa: Input massivda 3 yoki undan ko'p
// ketma-ket raqamlar bo'lsa, true qaytaradigan metod yozing.
// Masalan:
// someMethod([2, 4, 5, 6, 2]) -> true
// someMethod([0, 22, 23, 24, 29]) -> true
// someMethod([1, 2, 3, 4]) -> true
// someMethod([1, 2, 4]) -> false