Computer Science, asked by pawanpal3962, 5 months ago

Which of the following statement will make a selection construct

Answers

Answered by Anonymous
0

Answer:

statement supports selection from only two alternatives; we can of course nest such statements, but it is usually more succinct to use a case statement. Case statements allow selection from many alternatives where each alternative is linked to a predicate, referred to as a selector, which when evaluated to true causes an associated program statement (or statements) to be executed.

Explanation:

Similar questions