Uite un exemplu asemanator cu ce vrei tu. Nu ai decat sa-l modifici putin.
case age of
0, 1: writeln('baby');
2, 3, 4: writeln('toddler');
12: writeln('kid');
19: writeln('teenager');
25: writeln('young');
else writeln('old');
end;