Adobe Flash Question:

Which of the following statements uses proper for loop syntax?

Tweet Share WhatsApp

Answer:

A. for(i=0, i<10, i++){}
B. for(i=0 ; i<10; i++){})
C. for((i=0)),(i<10),(i++){}
D. for(i=0 i<10 i++){}

Download Adobe Flash PDF Read All 132 Adobe Flash Questions
Previous QuestionNext Question
What is the key difference between while loops and do while loops?To what does object drawing model refer?