Problem
1. Write a short Java function, is O dd, that takes an int i and returns true if and only if i is odd. Your function cannot use the multiplication, modulus, or division operators, however.
2. Write a short Java function that takes an array of int values and determines if there is a pair of numbers in the array whose product is odd.