Concept Flow - Type conversion functions
Start with variable
Choose conversion function
Apply function: e.g., double(), int32(), char()
Variable changes type
Use converted variable in code
End
Start with a variable, pick a conversion function, apply it to change the variable's type, then use the new type in your code.