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
Answer: Option D

Join The Discussion