At Westonci.ca, we connect you with the answers you need, thanks to our active and informed community. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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);