(dont need explanation) Select the correct answer.
Ben has to calculate the area of a circle with radius 10 cm. Which print statement will help him calculate the area?
A.
System.out.println(Math.PI*10*10);
B.
System.out.println(2*Math.toRadians(10));
C.
System.out.println(2*Math.pow(10,10));
D.
System.out.println(2*Math.PI*Math.random());