Q. In Ruby, what is the purpose of the `case` statement when combined with `when` clauses?
β
Correct Answer: (A)
To define a block of code that executes when a condition is met
You must be Logged in to update hint/solution