See More

# Write a program that gets a name (e.g. "alice") from the user, capitalizes it, and then says "Hello, Alice!" # Should work similarly to the following: # # "What's your name?" # hannah # "Hello, Hannah!" name = gets.chomp