I know, this is a stupid question, but is it possible for a class to have two variables, one of which has a value, and the other of which will always hold the same value, unless the user changes it?
In essence, making the second variable a duplicate of the first unless changed. Is this possible? And if so, how?