STEP 2: Let's get the first word for our Code Lib from the user!
- Go to and drag out Ask. Drop it at the bottom of your program.
A user is someone who will use the program that you build. User Input asks the user to type in a text window.
The text the user enters is stored in a variable called choice. We call this an input variable.