Q. What happens if an exception is raised but not rescued in Ruby? (A) The program prompts the user to fix the error (B) The program enters a loop to retry the operation (C) The program continues execution as normal (D) The program terminates with an error message ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) The program terminates with an error message