Describe a strategy for avoiding nested conditionals. Give your own example of a nested conditional that can be modified to become a single conditional, and show the equivalent single conditional

Respuesta :

Answer:

plz like and rate and mark for brainlist

Explanation:

Give your own example of a nested conditional that can be modified to become a single conditional, and show the equivalent single conditional. Do not copy the example from the textbook. The best strategy for avoiding nested conditionals is to use logical operators like: and, or, not.