Computer Science, asked by msing7198069, 4 months ago

what are selection statement​

Answers

Answered by Anonymous
1

Answer:

Selection statements allow a program to test several conditions, and execute instructions based on which condition is true. ... That is why selection statements are also referred to as conditional statements

Explanation:

Answered by pronay19
0

Explanation:

A selection statement uses a condition to select, or determine, the statement that is to be executed. These statements help us to make decisions and change the flow of execution of the statements. In the JavaScript, there are three selection statements as in the following:

Similar questions