Introduction
Settype changes the type of a variable to another type you want. It helps when you need a variable to be a specific type.
When you get input as a string but need it as a number to do math.
When you want to make sure a variable is a boolean true or false.
When you want to convert a number to a string to show it nicely.
When you want to reset a variable to an empty array.
When you want to force a variable to be a float for precise calculations.