Basic programming – part 02
Conclude with more advanced concepts.

01 - Conditional structures
What happens if you put one if-else structure inside the other? See the concept of conditional structures in this article.
Read post
02 - While statement: repetition structure
Learn all details of one of the most fantastic computer programming concepts: the while statement and the repetition structures.
Read post
03 - For statement: repetition structure
Advance your knowledge in repetition structures. Learn how the "for statement", the "continue" statement and the "break" statement work.
Read post
04 - Switch case command: selection structure
Learn all the details of the switch case command. The command that allows you to create selection structures in computer programming.
Read post
05 - Arrays
Learn now how to manipulate large data sets. With arrays, you have the ability to manipulate multiple variables as if they were a single one.
Read post
06 - Function: modularization
Learn the technique of modularizing algorithms. A function make it possible to divide the source code into separate modules.
Read post