The cast operator ( )
We can use a cast operator to create a temporary value of the desired type, to be used in a calculation.
Does NOT change the variable’s type or how it is stored.
Is only good for the statement it’s in.
Often used to avoid integer division.
Used anytime we want to temporarily change a type for a calculation.