Which of the following variable declaration would not compile in a java program? A. Int var; B. Int var1; C. Int var_1; D. Int 1_var; View AnswerD. Int 1_var;