TheOdinProject/ruby-exercises

Conditional Logic Exercises

KevinMulhern opened this issue · 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.

I've got this one