beevus4797 beevus4797 28-01-2024 Computers and Technology contestada 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