Programming



Logo

Today in LOGO I learned...

Loops

Loops is for something you have to do over and over.

Variables

You can use variables when you want to change something like the value of a number.

Conditionals

Conditionals are "IF" statements.It is also when you want the ball to bounce when it hits the screen.

Functions

Functions organize your code,like this function.