Q. In Ruby, what does the `elsif` keyword allow you to do? (A) Add a new class to a module (B) Define an instance method within a class (C) Add an else-if condition to an if statement (D) Create a new variable ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Add an else-if condition to an if statement