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
Because a string might contain non-numerical characters you should use a guard to protect the operation. Example:
guard
guard let labelInt:Int = Int(labelString) else { return } useLabelInt()