Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRubyrangesSingle-choice MCQ

What does this case statement assign to label?

n = -3 label = case n when (..0) then "non-positive" when (1..) then "positive" end