Total: 4.45/5

Unit 6 - 0.8

Unit 7 - 0.9

Unit 8 - 0.9

Unit 9 - 0.9

Unit 10 - 0.95

Vocab:

  • Iteration: The recursion of the same steps
  • Example: image.png
  • 2D Array: an array inside an array.
  • Example: image.png

  • Nested for loops: A for loops inside a for loop

  • Example: image.png