Ruby - Control Flow
Given a variable
score that can range from 0 to 100, which Ruby control flow style is most suitable to clearly handle multiple score ranges like 0-59, 60-79, and 80-100, and why?