what is 'qualPts' supposed to represent? I can't tell from your code or the variable name what it is supposed to be. perhaps you need to initialize it to something other than 1?
Perhaps you need an if statement in there to do something different if it is equal to zero?
What would your 'private static double' method DO exactly?
Tell us in English (not
java) what this variable represents, and how you are supposed to calculate it, and perhaps we can give you better guidance.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors