- Program determines if n is an odd, even or neither
- Also demonstrates the usage of Conditional statement using Ternary operator(?) in Swift
- Based on the first three Java, Kotlin and Android app of the same program
- Created to simply practice coding in Swift