Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Created October 1, 2014 03:31
Show Gist options
  • Save hamoungh/573bacf0aff89652da46 to your computer and use it in GitHub Desktop.
Save hamoungh/573bacf0aff89652da46 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
int totalCost = 6;
int items = 12;
Console.WriteLine("cost per item: " + totalCost / items);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment