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!
Take your first steps in programming. Learn about input and output commands, and how it allows you to communicate with your computer.
Learn the meaning of a programing variable. Understand how programming languages use them to store and process information.
Learn about the assignment operator, the simplest operator in programming. See how it is used to put information into variables.
Learn about the 2nd category of operators. See how arithmetic operators are used to perform mathematical calculations in programming.
Conditional statements allow you to create much smarter algorithms, making them make important decisions during their execution.
Learn about the 3rd category of programming operators. See how relational operators are used to create conditional expressions.
Learn about the 4th category of programming operators. See how logical operators are used to create more complex conditional expressions.
Learn about the 5th category of programming operators. See how compound assignment operators, such as increment and decrement, simplify calculations.