2013-02-04, 06:50 PM
Subtract and assign is -=, not =-.
Try:
total -= high + low;
Try:
total -= high + low;

