Choosing the right data type
You need to be able to choose the right data type in a given scenario
Casting
Casting is the process of converting one data type to another. It is used to convert input, which is string by default, to its desired case and to convert non-string values to
string for concatenation.