Given an optional `Int`, which expression force-unwraps it (and crashes if it is `nil`)?let age: Int? = 30