Programming - Concept
Data type
A category that tells a program what kind of value something contains
What's it for?
Helps software know what operations make sense for a value, such as text, numbers or true-and-false values.
For example…
A program treats a customer’s name as text, their age as a number and whether they are subscribed as true or false — three different data types