Jonathan Muse
Shane Smith
May 16, 2022
Oct 16, 2024
number total = 10; total = total + surcharge; total = total - discount; total += total * .05; return total;