Check if its possible to make sum of the array odd with given Operations
Given an array arr[], the task is to check if it is possible to make the sum of array odd such that any two indices i and j can be chosen and arr[i] can be set equal to arr[j] given that i != j. Examples: Input: arr[] = { 5, 4, 4, 5, 1, 3 } Output: Yes Explanation: The sum of the array is 22. Put ar