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 21:28, 12 August 2025 by Dylan (talk | contribs) (info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

One of the ways we can group together programming languages is with these two groups:

Dynamic typing is where we don't give variables specific data types, but instead variables have no set type and can often even change their data type if reassigned a value of a different data type.