1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a repetition structure?
it is a loop to make the computer repeat it as many times and necessary
What is a condition controlled loop
loop that uses true/false condition to control the number of repetitions
what is a count controlled loop
loop that repeats a specific number of times
what does x= operator mean?
adds a value to a variable and reassigns the result back to the same variable