Data types

<< Previous: Programming constructsNext: String methods >>

Data types

There are 5 data types for you to be aware of:



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.

Knowledge check


Questions:
Correct:

Question text


<< Previous: Programming constructsNext: String methods >>

© All materials created by and copyright S.Goff