Computer Science, asked by pavankumar83, 9 months ago

briefly explain selection statement types ?​

Answers

Answered by riyayadav2311
2

Answer:

Three types of selection statements. Performs an action, if a condition is true; skips it, if false. Single-selection statement—selects or ignores a single action (or group of actions).

I hope it will help you

please mark it as brainliest

Answered by TheWorker
3

Answer:

A selection statement selects among a set of statements depending on the value of a controlling expression. The selection statements are the if statement and the switch statement, which are discussed in the following sections.

Explanation:

please mark me brainliest and give me thanks

Similar questions