From: viswesh Date: 2006-05-17T22:46:12+09:00 Subject: Please answer to this code? can anybody execute it and tell me where i go wrong.please let me know asap... puts " what is your name" name = gets.chomp puts " hello " + name + " how are you" fine = gets if fine.String=="good" puts " good buddy" else puts "oh iam sorry" end -- Posted via http://www.ruby-forum.com/.