ex13 extra credit
This commit is contained in:
parent
dc709e1549
commit
0bb1ac3cb4
3
ex13.rb
3
ex13.rb
@ -4,3 +4,6 @@ puts "The script is called: #{$0}"
|
|||||||
puts "Your first variable is: #{first}"
|
puts "Your first variable is: #{first}"
|
||||||
puts "Your second variable is: #{second}"
|
puts "Your second variable is: #{second}"
|
||||||
puts "Your third variable is: #{third}"
|
puts "Your third variable is: #{third}"
|
||||||
|
|
||||||
|
print "And your fourth is?: "
|
||||||
|
puts "That's right, it's #{STDIN.gets.chomp}"
|
||||||
|
Loading…
Reference in New Issue
Block a user