Examlex

Solved

What Is the Output of the Following Code

question 35

Multiple Choice

What is the output of the following code?
For(var i = 5; i > 0; i--)


Definitions:

Related Questions