var siteName: String siteName = "programiz.com" print(siteName)
var siteName = "programiz.com" // assigning a new value to siteName siteName = "apple.com" print(siteName)