The application basically calculates acceleration by inputting Initial and final velocity and time and then use a formula to calculate acceleration. However, since the value
let strValue:String = "100" let intValue = strValue as! Int var intValueFromString:Int = strValue as! Int or var intValueFromString = Int(strValue)!