1.Y must be declared with var to be mutable
2.Y is an implicitly immutable value
3.Y can change only in a while loop
4. In order to change y, it must be declared outside of the loop
Answer:2