1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
for loop
a for loop lets us repeat code a fixed number of times
while loop
lets us repeat code as long as something is true
condition
code that you put inside an if statement or while-loop
boolean
a true or false value
if else statement
control structure that lets us run either one section of code or another depending on a test
logical operator
used to make logical associations between boolean values
comparison operator
used to make comparisons between values
randomize
to generate or select a random object
break statement
the break; statement breaks out of