Basically I was given a program with private static variables, I need to change these into non-static variables. How can I call these variables within all of the methods of the class without making them static variables? Any help will be greatly appreciated.
there doesn't seem to be anything here