Q. In Ruby, what does the `elsif` keyword do? (A) Specifies the code block to execute if a condition is true (B) Specifies the code block to execute if a condition is false (C) Specifies the code block to execute if no other conditions are met (D) Specifies the code block to execute in all cases ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Specifies the code block to execute if a condition is true