What is the value of sumIt on the 3rd (third) iteration of the count loop.

x = 9
beginner = 0
ender = 5
sumIt = max(beginner, ender)
count up to absoluteValueOf(begginner - ender)
// indented code block
sumIt = sumIt + modulus (sumit / x)
x = x + 2
// end of indented code block

Is it:

a. 39
b. 10
c. 27
d. 44