Using unless as Modifiers with boolean operator
temperature = 76 puts "Picnic time!" unless temperature < 65 || temperature > 85