format of switch statement in bluej
Answers
Answered by
1
switch(ch)
{
case 1:
{
//body
break;
}
case 2:
{
//body
break;
}
.
.
.// multiple cases
.
default:
sopln("statement");
}// end of switch
HOPE U GOT UR ANS..............
THANKS.....................
{
case 1:
{
//body
break;
}
case 2:
{
//body
break;
}
.
.
.// multiple cases
.
default:
sopln("statement");
}// end of switch
HOPE U GOT UR ANS..............
THANKS.....................
Similar questions