Computer Science, asked by bujjipavi06, 10 hours ago

is it possible to use multiple default statement in switch() statement?​

Answers

Answered by mithushaw246
0

rnfhrvjtjfhdydjfufetdphdhpdoydou

Answered by judithrebello53
0

Answer:

There can be at most one default statement.

Explanation:

The default statement doesn't have to come at the end.It may appear anywhere in the body at the switch statement

Similar questions