Control flow in Ruby

Woah this is when my maths logic really needs to boot in. The if, else, elsif, unless can really start to get tricky when considering you combine a whole heap of operators particularly the and ones!

&& aka same as

!! aka inclusive

! aka not

and operators can get a bit tricky with your logical grey matter