Code is the Word | What's Inside? |
---|---|
What is a loop
I use this to repeat code over and over again.
|
|
What is a conditional statement (else if)
I use this to have the code run if a condition happens.
|
|
What is a variable
This is used to store information such as numbers, letters or decimal points.
|
|
What is a list
This is a group of item that a program can use.
|
|