Shane Smith
Oct 08, 2024
Oct 15, 2024
number total = 10; total = total + surcharge; total = total - discount; total += total * .05; return total;