Zebra0.com

aliceGlossary for Alice Programming: user-input

Glossary for Alice Programming: user-input

Learn Alice in FREE step-by-step lessons.

age: Ask the user how old they are(Lesson: User Input in Alice3)
   Use the function getIntegerFromUser to ask the user's age.
discussion: Discussion questions(Lesson: User Input in Alice3)
   What do you think?
favorite-food: Ask the users their favorite food(Lesson: User Input in Alice3)
   Wolf asks "What's your favorite food?", then says that is his favorite too.
get-boolean: Martian asks if he is on Mars(Lesson: User Input in Alice3)
   We ask the user for a Boolean value.
hello-user: Ask the users name and say hello(Lesson: User Input in Alice3)
   Use the function getStringFromUser to ask the user his name, then say hello using the name entered.
panda-turn: Panda asks how much to turn(Lesson: User Input in Alice3)
   We ask the user for a double and the panda spins around that amount.
questions: Self Study Questions(Lesson: User Input in Alice3)
   What have you learned?
Full Glossary