K = 0
R = 2259
WHILE R > 0
BEGIN
K = K +1
R =2258 - K*100
END
R = R + 55
For the above program, the final value stored in R is __________
When I ran this in a program I got 13, but someone else got 487.
Can anyone help me with the correct answer? Thank you