Computer Science, asked by veenita7286, 1 year ago

Which statement is a multi way selection statement? Why?

Answers

Answered by ayush579
28
I hope help you

A multi-way selection statement is used to execute at most ONE of the choices of a set of statements presented.

Syntax of the multi-way select statement: switch ( EXPRESSION ) { case CONSTANT1: one or more statements; break; case CONSTANT2: one or more statements; break; ... [ ...


please mark brain list ♥♥♥
Similar questions