Variables
Variables are used for storing data in the form of integer,char ,boolean etc.They act as a storage medium for us . Based on the datatype of variable interpreter allocates the memory required by that datatype. There are 4 types of variables.
- Integer
- String
- float
- complex
Values are assigned …