int mm=2;
switch(mm){
cout<<"hello";
case 1:
{
int nn =22;
cout<<nn;
break;
}
case 2:
{
cout<<mm;
break;
}
}
int mm=2;
switch(mm){
cout<<"hello int mm=2;
switch(mm){
cout<<"hello";
case 1:
{
int nn =22;
cout<<nn;
break;
}
case 2:
{
cout<<mm;
break;
}
}
int mm=2;
switch(mm){
cout<<"hello