Solution Review: Type Casting
In the following lesson, we will go over the solution of the challenge: Type Casting.
Task
In this challenge, you were provided with a variable that was previously defined to have a data type Float
and you were asked to type cast it to a Double
...