Index Flashcards

1
Q

What is for loop

A

For loop can be useful for looking through a fix set of items such as a fixed ray. In fact it’s perfect for a fruit name sub routine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is do _while loop.

A

Do whike
Code block
Loop
The for loop implies a very specific Boolean Expression
Do while loop includes the iterative calculation built into it’s next key word which helps prevent infinite loops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly