&q1Feed= This is incorrect. The code will fail to compile because the syntax of the if statement is invalid. The conditional expression of an if statement must be a boolean expression. The expression i = 0 is an arithmetic expression. Try again. &q2Feed= This is incorrect. The code will fail to compile because the syntax of the if statement is invalid. The conditional expression of an if statement must be a boolean expression. The expression i = 0 is an arithmetic expression. Try again. &q3Feed= This is correct. The conditional expression (i = 1) does not result in a boolean primitive value (i.e. true or false) so the compiler will flag this as an error. &retry= Choose one of the above options and check again.