Variable is a symbolic name associated with a value and whose associated value may be changed.
For Ex:
Int a=5;
a is a variable whose data type is integer and has initialized with value 5.
For Ex:
Int a=5;
a is a variable whose data type is integer and has initialized with value 5.