The following Java if-statement is not correct. What is wrong with it?
  if(x == 0) 
    y = 0;
    z = 1;
  else
    y = 1;