I JUST WANT TO ASK IF IT IS POSSIBLE TO WRITE THE FOLLOWING:
EXAMPLE
Code:
int day;
cout<<"Enter the day you last called: (Mo,Tu,We,Th,Fr)";
cin>>day;
switch(day)
{
case 'Mo':
case 'Tu':
case 'We':
case 'Th':
case 'Fr':
cout<<"thank you for calling";
break;
default:
cout<<"you input