Write a method named printOdd() that accepts an integer array as argument and print all the odd numbers in the array. You may assume all the numbers in the array are greater than 0. (Hint: Odd number is any integer that CANNOT be divided exactly by 2). This method should have the following header.