Having a static variable means that there is only one copy for that variable no matter how many instances of the class.
Remove the static attribute from the variable's declaration so that each...