viewing paste Unknown #27582 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13
At the end of the third (3rd) loop pass of the following loop:
 
   for (k = 3, count = -1;  k < 10;   k++)
      count++;
what is the value of count?
 
 
 
    A.  5
    B.  2
    C.  9
    D.  3
 
Viewed 874 times, submitted by Guest.