Review of Data Types
On one end, some languages are “type-less” languages, meaning that they don’t have data types. Examples include COBOL, Python, JavaScript, and more, however, they usually do have them, they just hide the type from us which can dynamically change as the program runs depending upon how the data is being used. One the other end…