First of all we have to understand that what is a data type ?
Data types specifies that which type of value will be contained by a
variable either integer or character or etc.
some data types is given below.
- int
- string
- char
- bool
- float
- double
- byte
- long
- short
in next blog i'll discuss how to accept and display the different data types in screen