For a method in one class to access a variable in another class, it needs to have a reference to an instance of the other class for a non-static variable. Then use that reference:...