Which of the following would equal 2?

i. int x = 0; x ; x = x;
ii. int y = 4; y ; y /= 2;
iii. int z = 4; z = 2; z /= 2;

a) i only
b) ii only
c) iii only
d) None of these