I need some help!!!!
What do they mean??????
Finite and conditional loops?
Thanks
Offline
Someone else can correct me if I'm wrong, but I think there are actually three kinds of loops: finite, infinite, and conditional.
A finite loop is one that goes for a set amount of iterations. That is, in Scratch, the
repeat ()block.
foreverA conditional loop is one that runs until a condition is true. This is the
repeat until <>block.
Last edited by scimonster (2012-03-13 14:47:20)
Offline
Thanks that helps a lot!!!!!
Offline
You're welcome!
Offline