jus try using a temproary variable for the age that s less than 10 an the switch tat variable.
like
if(age<=10)
j=0;
switch(j)
{
case 0:
msg = "Oh, you're just a little kid,,, How cute!";...