How would develop a user defined array num1[a] and num2[b] which takes a single dimensional array as arguments and store:
(i) all even numbers in one dimensional array
(ii) all odd numbers in one dimensional array
(iii) Display product of all the numbers except those which are not divisible by either 5 or 3.