The goal of this lesson is to learn how to get input from the user and store those values in variables.You will be able to ask the user for information such as his name and age, and then use that information later in the program.
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. In order to do this you will:
In order to do this you will: