Speaker
Fredo Erxleben
(Helmholtz-Zentrum Dresden-Rossendorf)
Description
On Day 2 of this course, you will deal with the following aspects:
- Functions: Splitting parts of programs off into self contained, reusable blocks is a good way to handle complexity and allow for parts of a program to also be used in other projects.
- For - Loops: Introducing the second kind of loop, the "for"-loop is well suited to iterate over a set of data or repeat a set of instructions a given amount of times.