loop do puts "Answer Yes, No" static_answer = gets.chomp if good_answer break end puts "You selected #{static_answer}, You must enter either YES or NO only" end "rest of your program"