iOS Swift - User Input and Forms
Identify the error in this Swift struct for form data:
struct FormData {
var email: String
var age: Int
init(email: String) {
self.email = email
}
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions