What would be the answer of the following: (only type in your answer at the answer space provided)

Result
a = 5
b = 7
Answer = 15
Do while answer <= 47
Answer = answer + a – b
a = a + 6
b = b – 1
loop
end

a=5

b=7
<=47