ruby-exercises icon indicating copy to clipboard operation
ruby-exercises copied to clipboard

Conditional Logic Exercises

Open KevinMulhern opened this issue 5 years ago • 1 comments

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.

KevinMulhern avatar Nov 10 '20 21:11 KevinMulhern

I've got this one

KevinMulhern avatar Nov 10 '20 22:11 KevinMulhern