CrackedRuby logo

CrackedRuby

if/elsif/else Statements

Using if, elsif, and else statements for conditional execution in Ruby

Ruby Language Fundamentals Control Flow
1.5.1

if/elsif/else Statements

This section covers conditional statements.

Content coming soon...