file for ex11

cat-town
Dan Buch 13 years ago
parent 11721355e0
commit 70bcc49e7e

@ -0,0 +1,8 @@
print "How old are you? "
age = gets.chomp
print "How tall are you? "
height = gets.chomp
print "Howmuch do you weigh? "
weight = gets.chomp
puts "So, you're #{age} old, #{height} tall, and #{weight} heavy."
Loading…
Cancel
Save