Q: 11
Considering the following code:
Var 1 ;
For (I = 1; I < 10; I ++)
What part of the code fragment initializes the counter variable?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
What does line 9 do?
Which of the following is true based on the above code?