Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created June 22, 2019 14:02
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 gdyrrahitis/990c2ae4079ca85827d3acf376bde2db to your computer and use it in GitHub Desktop.
Save gdyrrahitis/990c2ae4079ca85827d3acf376bde2db to your computer and use it in GitHub Desktop.
public void BoxingMultipleTimesWithoutNoticing()
{
int num1 = 10;
double num2 = 2.5;
double num3 = 12.5;
Console.WriteLine("{0}+{1}={2}", num1, num2, num3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment