Which statement is used to execute the statements based on different choices/conditions? *
SELECT CASE
IF... THEN ... ELSE
DO WHILE
None of these
Answers
Answered by
6
Answer:
This is done by making use of selection statements. 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
Answered by
12
Answer:
This is done by making use of selection statements. 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:
brainliest please
Similar questions