Friday, 31 January 2014

3.1.1 The purpose of data types within code

Data can be stored in many different forms
Programming languages use different data types to make best use of space.  E.g. Floats take up more room than integers

E.g. You cannot multiply 2 strings together, or get the last character of an integer

No comments:

Post a Comment