Week 2
The second week of the course focuses on procedural programming, where we discuss the key concepts of control flow: conditional statements and loops. Moreover, we look further into the reading and printing of different variable types.
By the end of this week, you should:
- be able to work with different basic data types (Strings, doubles, ints and booleans).
- be comfortable with applying if-(else)-statements
- be able to use loops.