Objectives
Students will be able to:
- understand that a block of code often needs to run more than once.
- understand that a loop can be designed to run a block of code more than once.
- understand that looping is known as iterating ie repeating
- understand that a loop can be controlled by a variable
- understand pseudocode for a count-controlled loop
- understand a basic syntax of a for loop in Java.