Basic programming – part 02

Conclude with more advanced concepts.

Estruturas condicionais

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
While statement: repetition structure

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
Comando for: estrutura de repetição

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
Comando switch case: estrutura de seleção

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
Arrays: arranjos de dados

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
Função: modularização de algoritmos

06 - Function: modularization

Learn the technique of modularizing algorithms. A function make it possible to divide the source code into separate modules.

Read post