A set of statements executed based upon conditional test is called A. looping
B. selective
C. sequence
D. None of the above.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is B. selective.
In programming, a set of statements that are executed based on a conditional test is referred to as “selective” processing or “conditional statements.” This involves using structures like `if`, `else if`, and `else` to determine which code block to execute based on whether certain conditions are true or false.
If you have any further questions on this topic, feel free to ask!