Zebra0.com

aliceGlossary for Alice Programming: calculations

Glossary for Alice Programming: calculations

Learn Alice in FREE step-by-step lessons.

calculate distance: Distance to move to be next to something
   Calculate Distance to Move Bunny
counter loop: Using a while loop to count using counter=counter+1
   Counter Loops
counter2: Using a while loop to count using counter=counter+1
   3 Guys take turns counting
distance, calculate: Distance to move to be next to something
   Calculate Distance to Move Bunny
distance: Distance to move to be next to something
   Calculate Distance to Move Skater
find smallest: The first value is the smallest and largest so far.
   Loop to add numbers and find smallest and largest
functions: Create a function to get distance to move next to something
   Writing functions
function: A function is a method that computes and returns a value.
return: A function returns a value. If you write your own function, the last statement must return a value.
smallest, find: The first value is the smallest and largest so far.
   Loop to add numbers and find smallest and largest
total loop2, smallest: The first value is the smallest and largest so far.
   Loop to add numbers and find smallest and largest
total loop: A loop to add numbers uses a running total: total=total + number
   Loop to add numbers
Full Glossary