After a variable is declared we can't directly change the type.

If we try to change the type after we've declared it to something like a double, our code might not run properly.

Don't we need the variable name on the left side?