Quizzma Latest Questions

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

Anonymous

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




Related Questions

Leave an answer

Leave an answer

1 Answer

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