C# program to check the given number is even or odd
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run Enter a number 9 9 is an ODD number kodingwindow@kw:~/csharp$
What Next?
C# program to check the given number is positive or negative
C# program to demonstrate the use of goto statement
C# program to demonstrate the use of break and continue statements
Advertisement