var programmer = "Computer Specialist" var isProgrammerSmart = false If programmer == "Computer Specialist" { isProgrammerSmart = true } else { }