Q2 Single choice Mark for later Given:What is the result? A Compilation fails. To make it compile, replace line n1 with var1 = 0; B Compilation fails. To make it compile, replace line n2 with var2 = 0; C 0 D Nothing is printed. Correct answer