I have an array of numbers typed Int. I want to loop through the numbers list to get Odd & Even numbers in Swift programming language (iOS8). Modulus (%) operator is not working here neither the dividend (/) operator. I don't know how will calculate it?I have an array of numbers typed Int. I want to