/even-odd-numbers-swift

Tells user if entered number is even or odd.

Primary LanguageSwiftMIT LicenseMIT

Even or Odd? (Swift version)

  • 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

Created by IasJem