Give an example of each of the following in an algorithm:
Give an example of each of the following in an algorithm:
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sequencing- putting steps in order
Selection- deciding what steps to do next: boolean, if statement, conditional
Iteration- repeating some steps: loop