changes.mady.by.user Jonathan Muse
Saved on Sept 16, 2021
Saved on Feb 20, 2024
number surcharge = 2.50; number rebate = 1.00; number discount = 10; number total = 10; total = total + surcharge; total = total - discountrebate; total += total - (total * .05;(discount/100)); return total;