What is an integer?
A whole number(positive, negative or zero)
What is a float?
A real number
What is a string?
An ordered sequence of charcters.
What is a Boolean?
A binary variable that can only be true or false.
What is Typecasting?
The process of temporarily converting the value stored in a variable from one type to another.