MCQOPTIONS
Saved Bookmarks
| 1. |
One of the special feature of an interpreter in reference with the for loop is that ___________. |
| A. | the iteration is finite when an interpreter is used |
| B. | The body of the loop is executed only once |
| C. | Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property |
| D. | The iterations can be infinite when an interpreter is used |
| E. | None of these |
| Answer» D. The iterations can be infinite when an interpreter is used | |