what is the difference between selection and repetition in computer science
Answers
Answered by
5
Answer:
Not the same, is it? Selection: Algorithms can use selection to determine a different set of steps to execute based on a Boolean expression. Iteration: Algorithms often use repetition to execute steps a certain number of times or until a certain condition is met.
Answered by
3
Answer:
Not the same, is it? Selection: Algorithms can use selection to determine a different set of steps to execute based on a Boolean expression. Iteration: Algorithms often use repetition to execute steps a certain number of times or until a certain condition is met.
Explanation:
please make me brainlist
Similar questions