Search
Given below is a list of numbers. Your task is to check if a number is even or odd. If it is odd, you should ignore it. If it is even, increment the number by 1 to make it odd.
Can you do this operation in one line using the OR (|) operator?