number total = 10; total = total + surcharge; total = total - discount; total += total * .05; return total;
General
Content
Integrations
App links
number total = 10; total = total + surcharge; total = total - discount; total += total * .05; return total;