answersLogoWhite

0


Best Answer

In programming

  • Single-selection structure - (if statement) Performs an action, if a condition is true; skips it, if false. Selects or ignores a single action (or group of actions).
  • Double-selection structure - (if…else statement) Performs an action if a condition is true and performs a different action if the condition is false. Selects between two different actions (or groups of actions).
User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between single and double selection structures?
Write your answer...
Submit
Still have questions?
magnify glass
imp