Datatype Conversion
Implicit conversions
We can directly convert from integer to float but now the other way around. We also can directly convert boolean to integer and float.
Explicit conversion
Explicit means that we have a specific node to convert the type.