Give an example of each of the following in an algorithm:
Question & Answer
Give an example of each of the following in an algorithm:
1 Answer
Verified archiveSequencing- putting steps in order
Selection- deciding what steps to do next: boolean, if statement, conditional
Iteration- repeating some steps: loop