From 0bb1ac3cb4ac573b56e6af6e4044b3b6df5c5e52 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 25 Feb 2012 12:01:36 -0500 Subject: [PATCH] ex13 extra credit --- ex13.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ex13.rb b/ex13.rb index 49fe1d1..a5e38c6 100644 --- a/ex13.rb +++ b/ex13.rb @@ -4,3 +4,6 @@ puts "The script is called: #{$0}" puts "Your first variable is: #{first}" puts "Your second variable is: #{second}" puts "Your third variable is: #{third}" + +print "And your fourth is?: " +puts "That's right, it's #{STDIN.gets.chomp}"