Mega Code Archive
Categories
/
Ruby
/
Statement
Use the if Statement
temperature = 76 if temperature > 65 && temperature < 85 puts "Picnic time!" end