Which of the following are valid statements?
var name: String? = "Ray" var age: Int = nil
let distance: Float = 26.7 var middleName: String? = nil