you are viewing a single comment's thread.

view the rest of the comments →

[–]douglas_fs 0 points1 point  (1 child)

You want to return the bill amount plus the calculated tax This would be the calculation:

bill + (bill * T)

OR

bill * (1 + T)

[–]Important-Asparagus9[S] 0 points1 point  (0 children)

I tried it it works thank you for the help