If you want the computer to ask you a question, you can use the "input" command. You give the command a string with the question to be asked. A window then shows up with the question, and you must type in the answer.
The computer then gives the answer back to your program in a string. You can put that string into a variable and use it later. Give it a try.
You can try making madlib games using input.