UNDERSTANDING data types

Introduction When declaring a variable, you need to state a data type. A data type determines how much space a variable can occupy in memory and what type of data. Dynamic vs static typing If you come from a background of Java, JavaScript, PHP, Python or Ruby – then this may seem odd. These languages…