Vocabulary

  • Iteration: a repeating part of an algorithm, repeats a certain time until the condition is met.
  • Iteration Statement: change the sequence of control by repeating a statement until condition met.
  • Repeating Until: if the condition is evaluate true,