Challenge: Implement Multiple Routines
Explore how to improve code organization by implementing multiple routines in Ruby. This lesson guides you to create methods for prompting word input and displaying a collection, helping you understand modular programming and user interaction.
We'll cover the following...
We'll cover the following...
Problem statement
Write a program where you do the following:
Define a routine named
give_a_word...