Skip to content

Instantly share code, notes, and snippets.

@NevadaKiran
Created March 31, 2015 05:59
Show Gist options
  • Save NevadaKiran/cc43eec7a5e62b9ba6f0 to your computer and use it in GitHub Desktop.
Save NevadaKiran/cc43eec7a5e62b9ba6f0 to your computer and use it in GitHub Desktop.
print "How old are you? "
age = gets.chomp
print = "How tall are you? "
height = gets.chomp
print = "How much do you weight "
weight = gets.chomp
puts "So you'r #{age} old, and you are #{height} tall, and #{weight} heavy."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment