Adobe Flash Question:
What is the key difference between while loops and do while loops?

Answer:
A. do while loops cannot get stuck in a endless loop.
B. do while loops will always execute at leats ones.
C. while loops are deprecated in Flash MX.
B. do while loops will always execute at leats ones.
C. while loops are deprecated in Flash MX.
Previous Question | Next Question |
Assuming myVar equals "fish", what will be treced by the following code block? | Which of the following statements uses proper for loop syntax? |