Alice Programming
Learn Alice in FREE step-by-step lessons.
Module 6: User Input in Alice3
In this module, you will learn create an interactive program.
Your program will ask the user his name and then make a 3D character say "hello" using the name they entered.
Goal:
- Learn how to get input from the user
- Store those values in variables
- Ask the user for information such as his name and age
- Use that information later in the program
In order to do this you will:
Objectives:
- Select and use functions to ask the user a question and store the result.
- Use functions to get information from the user.
- Use stored values in the code.
- Use input from users in the code.