Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
python
1.2K+ articles
Ruby
1.2K+ articles
Ruby-Basics
37+ articles
Ruby-Decision-Making
2 posts
Recent Articles
Ruby Break and Next Statement
Last Updated: 13 August 2019
In Ruby, we use a break statement to break the execution of the loop in the program. It is mostly used in while loop, where value is printed till the condition, is true, t...
read more
Ruby
Ruby-Decision-Making
python
Ruby | Decision Making (if, if-else, if-else-if, ternary) | Set - 1
Last Updated: 15 February 2023
Decision Making in programming is similar to decision making in real life. In programming too, a certain block of code needs to be executed when some condition is fulfille...
read more
Ruby
Ruby-Basics
Ruby-Decision-Making