The______ statement in switch is used to unconditionally transfer the flow of program to the next statement in a program. OR The.......... statement is used to terminate the case statement block
As decision structure statements jump from one part of the program to another part of program based on result of more than one condition, they are also known as _______ statements.