Loops
for i=0
What begins a for loop?
A variable.
What is a named place used to store data/value?
42
What is an Integer data type?
2score
What is valid variable name ?
while
What begins a while loop?
score = 100
What is an example of a variable?
"Hello"
What is a string data type?
One repetition of a loop.
What is iteration?
Assign a value to a variable.
In age = 15, what does = do?
True
What is a boolean?
for
The keyword that starts a for loop is called?
int x
What is a type of variable?
3.14
What is a float?