Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 24, 2022 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/91bf5441b572dc257d8d305d5fac0d04 to your computer and use it in GitHub Desktop.
Save lgolubyev/91bf5441b572dc257d8d305d5fac0d04 to your computer and use it in GitHub Desktop.
foreach (Customer customer in CustomerList) {
if (customer.State == "ES") {
tax += customer.Balance;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment