RUBY
CONTROL
STRUCTURES
Hoang Quan(BlazingRockStorm)
Contents
CONDITIONAL BRANCHES
LOOP
EXAMPLES
Conditional Branches
Conditional
Branches
A conditional Branch takes the result of a test
expression and executes a block of code
depending whether the test expression is true
or false
false and nil is evaluated FALSE
Otherwise, it is TRUE
Note: the number zero (0) is considered true,
whereas many other programming languages
consider it false
Conditional
Branches: IF-
ELSE-ELSIF
Conditional
Branches:
UNLESS-ELSE
Conditional
Branches:
CASE
Loop
Loop: WHILE
Loop: UNTIL
Loop: FOR & EACH
Loop: BREAK & NEXT
break is to break the
execution of the loop
next is to skip the rest of
the current iteration
Loop: REDO & RETRY
redo only repeats the
current iteration
retry repeats the whole
loop from the start
Examples
Examples: Fizz-Buzz
Fizz buzz is a group word game for children to teach them about
division.
Players take turns to count incrementally, replacing any number
divisible by three with the word "fizz", and any number divisible by
five with the word "buzz", and any number divisible by both three
and five with the word "fizzbuzz".
Examples: Fizz-Buzz
Fizz buzz with if-esle
Examples: Fizz-Buzz
Fizz buzz with case-when
Examples: T-Shirt size
Examples: Basket of vegetable
Examples: Math
Thank you!
ありがとうございます!

More Related Content

PDF
01. Ruby Introduction - Ruby Core Teaching
PDF
09. Ruby Object Oriented Programming - Ruby Core Teaching
PDF
07. Ruby String Slides - Ruby Core Teaching
PDF
03. Ruby Variables & Regex - Ruby Core Teaching
PDF
02. Ruby Basic slides - Ruby Core Teaching
PDF
06. Ruby Array & Hash - Ruby Core Teaching
PDF
04. Ruby Operators Slides - Ruby Core Teaching
PDF
08. Ruby Enumerable - Ruby Core Teaching
01. Ruby Introduction - Ruby Core Teaching
09. Ruby Object Oriented Programming - Ruby Core Teaching
07. Ruby String Slides - Ruby Core Teaching
03. Ruby Variables & Regex - Ruby Core Teaching
02. Ruby Basic slides - Ruby Core Teaching
06. Ruby Array & Hash - Ruby Core Teaching
04. Ruby Operators Slides - Ruby Core Teaching
08. Ruby Enumerable - Ruby Core Teaching

Recently uploaded (20)

PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PPTX
Python is a high-level, interpreted programming language
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PDF
Visual explanation of Dijkstra's Algorithm using Python
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PPTX
Plex Media Server 1.28.2.6151 With Crac5 2022 Free .
PDF
MCP Security Tutorial - Beginner to Advanced
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
PDF-XChange Editor Plus 10.7.0.398.0 Crack Free Download Latest 2025
PPTX
Computer Software - Technology and Livelihood Education
PDF
E-Commerce Website Development Companyin india
PPTX
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PPTX
MLforCyber_MLDataSetsandFeatures_Presentation.pptx
PDF
Microsoft Office 365 Crack Download Free
BoxLang Dynamic AWS Lambda - Japan Edition
Python is a high-level, interpreted programming language
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Visual explanation of Dijkstra's Algorithm using Python
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Plex Media Server 1.28.2.6151 With Crac5 2022 Free .
MCP Security Tutorial - Beginner to Advanced
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF-XChange Editor Plus 10.7.0.398.0 Crack Free Download Latest 2025
Computer Software - Technology and Livelihood Education
E-Commerce Website Development Companyin india
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
DNT Brochure 2025 – ISV Solutions @ D365
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
How to Use SharePoint as an ISO-Compliant Document Management System
MLforCyber_MLDataSetsandFeatures_Presentation.pptx
Microsoft Office 365 Crack Download Free
Ad
Ad

05. Ruby Control Structures - Ruby Core Teaching