What's true about variables?
Great! Type inference means we don't have to specify a type. We can change a variable's value, but the type is permanent after declaration.
Nope! Type inference means we don't have to specify a type. We can change a variable's value, but the type is permanent after declaration.