total = (abs)((int)(startWeight)) - (abs)((int)(finishWeight));
What exactly is that line supposed to do? What is abs?
total = (abs)((int)(startWeight)) - (abs)((int)(finishWeight));
What exactly is that line supposed to do? What is abs?