Skip to content

section4_intro

Fábio Gaspar edited this page Jan 12, 2019 · 2 revisions

Variables, Operators and Expressions

A variable is the most basic structure to store data. On this section we will talk about memory organization in computers, how to declare variables, how to make operations on variables and change them, and create expressions. You will also learn about data types coercion and how you can make explicit type conversions.

  1. Memory Organization
  2. Variables
  3. Operators
  4. Exercises