changes.mady.by.user Jonathan Muse
Saved on Sept 16, 2021
changes.mady.by.user Shane Smith
Saved on Oct 11, 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;