Skip to content

Instantly share code, notes, and snippets.

@AnonymousWS
Created June 7, 2015 17:00
Show Gist options
  • Save AnonymousWS/3ae2f54c2974b0f2b870 to your computer and use it in GitHub Desktop.
Save AnonymousWS/3ae2f54c2974b0f2b870 to your computer and use it in GitHub Desktop.
puts "Welcome to RubyQuiz! Press any key to start"
gets
puts "Can a human live forever? "
user_input = gets
if user_input.capitalize == "Yes"
puts "Correct!"
elsif
puts "Wrong!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment