Count pairs with Even Product from two given arrays
Given two arrays, arr[] and brr[] of size N and M respectively, the task is to find the count of pairs (arr[i], brr[j]) such that the product of elements of the pairs is an even number. Examples: Input: arr[] = { 1, 2, 3 }, brr[] = { 1, 2 } Output: 4 Explanation: Pairs with even product are: { (arr[