Adobe Flash Question:

What is the key difference between while loops and do while loops?

Adobe Flash Interview Question
Adobe Flash Interview Question

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.


Previous QuestionNext Question
Assuming myVar equals "fish", what will be treced by the following code block?Which of the following statements uses proper for loop syntax?