#!/usr/bin/ruby print "name: " name = gets.chomp print "hello, #{name}. how are you?\n"