Explore a world of knowledge and get your questions answered on IDNLearn.com. Ask anything and receive thorough, reliable answers from our community of experienced professionals.

Which statement will result in a compile-time error?

A. System.out.println(2/0*0);
B. System.out.println(2/0);
C. System.out.println(2+5);
D. System.out.println(0/0);