this is the correct one:::
set c, d, v, b = 0: set count = 0
repeat
input code
if code >= 1000 and code < 2000 then c = c + 1 }
else if code >= 2000 and code < 3000 then d = d + 1 }
else if code >= 3000 and code < 4000 then y = y + 1 }
else if code >= 4000 and code < 5000 then b = b + 1 }
else print “error” 1 mark
count = count + 1
until count = 5000
print c, d, v, b
HOPE U GET IT NOW