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