Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 09:04, 9 August 2025 by Dylan (talk | contribs) (new)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

While data types exist in both statically-typed programming languages and dynamically-typed programming languages, they are more important to know when working with static typing.

Every variable has some sort of data type. A data type just tells the programming language how to interpret the value of the variable.

Common data types

edit edit source