Save
Computer Science
TOPIC 4
The Count
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Emily Chaaya
Visit profile
Cards (2)
FOR LOOP
You use the "
for loop
" when you know exactly how many times the loop needs to be
repeated
WHILE LOOP
You use the "
while loop
" when you don't know when to stop, BUT you have a
condition to stop.