click below
click below
Normal Size Small Size show me how
Vidcode Module 6-1
GrowingCircles
Question | Answer |
---|---|
Operators can be used to _______________ | increment (increase or decrease) |
A loop condition that loops and never reaches false is called what? | infinite loop |
A while loop runs while a specific condition is true? What happens when the condition becomes false? | the loop will stop |
what repeats a sequence of code | a loop |
what loop lets you control exactly how many times a a sequence of code repeats? | for loop |