Conditional statements

Conditional statements allow you to create much smarter algorithms, making them make important decisions during their execution.
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.
Compound assignment operators

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