After a Go variable is declared as an int, which value can be assigned to it later?
int
A Boolean value, but only after the integer has been printed
Another integer value, such as 233
233
Any quoted string, because assignment changes the variable's type
A value of any type while the variable remains in the same scope