-
-
Save anonymous/b18722b2125bbc068066 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts "Say something to Grandma:" | |
grand_son = gets.chomp | |
if grand_son == grand_son.upcase | |
puts 'NO, NOT SINCE ' + (rand (1950)).to_s | |
elsif grand_son == 'BYE' | |
puts "OKAY,GOOD BYE BABY" | |
else | |
puts "HuH?! SPEAK UP , SONNY!" | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment