Answer Posted / Vinod Kumar Meena
The case statement in Ruby is a flow control structure similar to the switch or select statements in other programming languages. It allows you to test an expression against multiple possible values and execute code blocks accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers