1. What are the different conditional statements used in Ruby programming? | ![]() |
2. How does the if statement work in Ruby programming? | ![]() |
3. Can we have multiple elsif statements after an if statement in Ruby programming? | ![]() |
4. What happens if none of the conditions in an if statement or elsif statements are true in Ruby programming? | ![]() |
5. Can we nest if statements inside other if statements in Ruby programming? | ![]() |