Computer Science, asked by ADITYA123456689, 1 year ago

format of switch statement in bluej

Answers

Answered by Anonymous
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.....................
Similar questions