i want to ask how do i make that the generator would break when it generates a number that is even using cycles and arrays. I tried to do it using if (i%2) {break} , but it