Basic programming – part 01

Start with the basics of programming.

Algoritmo: o que é?

01 - Algorithm: what is it?

Do you know what an algorithm is? In this article you will learn in a way never seen before in free content! And we also offer exercises!

Read post
course card

02 - Input and output commands: your beginning in programming

Take your first steps in programming. Learn about input and output commands, and how it allows you to communicate with your computer.

Read post
course card

03 - Variable: what is it?

Learn the meaning of a programing variable. Understand how programming languages use them to store and process information.

Read post
Assignment operator

04 - Assignment operator

Learn about the assignment operator, the simplest operator in programming. See how it is used to put information into variables.

Read post
Operadores aritméticos

05 - Arithmetic operators

Learn about the 2nd category of operators. See how arithmetic operators are used to perform mathematical calculations in programming.

Read post
Declarações condicionais

06 - Conditional statements

Conditional statements allow you to create much smarter algorithms, making them make important decisions during their execution.

Read post
course card

07 - Relational operators

Learn about the 3rd category of programming operators. See how relational operators are used to create conditional expressions.

Read post
course card

08 - Logical operators

Learn about the 4th category of programming operators. See how logical operators are used to create more complex conditional expressions.

Read post
operadores compostos

09 - Compound assignment operators

Learn about the 5th category of programming operators. See how compound assignment operators, such as increment and decrement, simplify calculations.

Read post