import UIKit var selectedSystem = "mi" let multiplier = (selectedSystem == "mi" ? 1.609344 : 0.6213711922) print(multiplier)