Computer Science, asked by prabhas6114, 11 months ago

what are the types of selection statement in c++

PLSS ANSWER ​

Answers

Answered by pragyapanchal29
3

Answer:

C++ provides following two types of selection statements: if statement. switch statement.

...

C++ if if-else if-else-if switch Statements

if statement.

if-else statement.

nested ifs statement.

if-else-if ladder.

switch statement.

nested switch statement.

Similar questions