Skip to content

Instantly share code, notes, and snippets.

@carlosschults
Created December 21, 2017 01:33
Show Gist options
  • Save carlosschults/d401d37e182647b253fa721425eec828 to your computer and use it in GitHub Desktop.
Save carlosschults/d401d37e182647b253fa721425eec828 to your computer and use it in GitHub Desktop.
csharp8-3.cs
int x = int.Parse(Console.Readline());
if (x.Even)
{
Console.WriteLine("You’ve typed an even number.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment