From: Selen Coop Date: 2012-09-03T03:44:04+09:00 Subject: Re: Deaf Grandma # Deaf Grandma EXTENDED rep1 = '' bye = 0 puts 'HELLO DEAR' while true rep1 = gets.chomp if rep1 == 'BYE' || rep1 == 'BYE!' || rep1 != rep1.upcase || rep1 == rep1.capitalize if rep1 == 'BYE' || rep1 == 'BYE!' bye = bye+1 if bye == 3 break end else bye = 0 end puts 'HUH?! SPEAK UP SONNY' elsif rep1 == rep1.upcase bye = 0 while true ry1 = rand(51) if ry1 >= 30 break end end puts 'NO, NOT SINCE 19' + ry1.to_s + '!' end end puts 'OH OK SONNY... COME BACK SOON SONY' -- Posted via http://www.ruby-forum.com/.