• for loops have a test each cycle to determine if it should run again
  • for loops operate over a fixed list of items
  • for loops require a variable over which to iterate
  • while loops have a test each cycle to determine if it should run again
  • while loops operate over a fixed list of items
Для просмотра статистики ответов нужно залогиниться.