-
Notifications
You must be signed in to change notification settings - Fork 0
section4_intro
Fábio Gaspar edited this page Jan 12, 2019
·
2 revisions
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.
Soon...