Given an IntArray named array that is previously declared and initialized, write a snippet of code
(not a method), that prints a line with the count of the number of values in array that are odd.
For this problem we're expecting just a snippet of codeāso don't provide a method or class declaration.