Skip to content

Instantly share code, notes, and snippets.

@bwmarkle
Created August 8, 2022 17:45
Show Gist options
  • Save bwmarkle/d280920200bd906e4ff6197a24ed11b1 to your computer and use it in GitHub Desktop.
Save bwmarkle/d280920200bd906e4ff6197a24ed11b1 to your computer and use it in GitHub Desktop.
const double TAX_RATE_IN_TEXAS = 1.08;
total = TAX_RATE_IN_TEXAS * price;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment