Question & Answer

Give an example of each of the following in an algorithm:

Give an example of each of the following in an algorithm:

1 Answer

Verified archive
AnonymousMay 14, 2024

Sequencing- putting steps in order
Selection- deciding what steps to do next: boolean, if statement, conditional
Iteration- repeating some steps: loop