Mutability - variables4.rs
Alright, so we gotta talk about mutability.
Mutability refers to the ability of an object's value to be changed after it's creation. If you can change it, it's considered mutable. If you cannot alter it after its creation, it is considered immutable.
So, by default, when we use variables and