Created
December 21, 2017 01:33
-
-
Save carlosschults/d401d37e182647b253fa721425eec828 to your computer and use it in GitHub Desktop.
csharp8-3.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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