Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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