Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Par ou ímpar
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here int num = 20; if ( num % 2 == 0){ Console.WriteLine("número é par!");} else{ Console.WriteLine("número é ímpar");} } } }
run
|
edit
|
history
|
help
0
Task 1_3
Ligma Bofa Joe
extrefGenerate
MY
30272 Example1
Linq join to tables
ERGDV CSXDXS
factorial ncr
Hello World
sum of two array elements