What happens when you have this in your code:


double x;
x = 24.0/0;

A. Compilation error
B. Runtime error (ArithmeticException)
C. x is assigned a value of infinity
D. x is assigned a value of NaN