Please help me convert this psuedocode to pascal code , i dont know because im a beginner, pls help me.
If possible email it to : abdasalaf@yahoo.com
thanks in advance
Card, Sweet, Stationary, Toys = 0;
Input Code
For count = 1 to 280
X = Int(code/100)
case x of
0 : cards = cards + 1
1 : sweet = sweet + 1
2 : stationary = stationary + 1
3 : toys = toys + 1
otherwise error
end case
output card,sweet,stationary,toys