Computer Science, asked by sm950508, 2 months ago

why do we have to make selections ? explain with examples​

Answers

Answered by llAmyll
12

Answer:

A selection is used to make choices depending on information. An algorithm can be made smarter by using IF, THEN, and ELSE functions to reiterate instructions, or to move the process in question to different parts of the program. Selection is also called a decision.

Similar questions