ruby-exercises
ruby-exercises copied to clipboard
Conditional Logic Exercises
Lesson: https://www.theodinproject.com/courses/ruby-programming/lessons/conditional-logic
Basic exercises covering the main topics in this lesson:
- [ ] truthy and falsy values
- [ ] using elsif and else
- [ ] boolean logic
- [ ] logical operators
- [ ] case statements
- [ ] unless statements
- [ ] ternary
There is quite a bit in this lesson so splitting the exercises into different files might be prudent.
I've got this one