/*The program must accept two integers X and Y and print the odd integers between them. Input Format: The first line denotes the value of X. The second line denotes the value of Y. Output Format: The ...
All possible subarrays are {3}, {4}, {3}, {1}, {3, 4}, {4, 3}, {3, 1}, {3, 4, 3}, {4, 3, 1} and {3, 4, 3, 1}. There are 3 subarrays having exactly 2 odd integers {3 ...