Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Swap 1
//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) { int a = 4, b = 6; int aAntes = a, bAntes = b; a = a + b; b = a - b; a = a - b; //Your code goes here Console.WriteLine("aAntes: " + aAntes.ToString() + " /// bAntes: " + bAntes.ToString() + " /// a: " + a.ToString() + " /// b: " + b.ToString()); } } }
run
|
edit
|
history
|
help
0
4
nr
C# enum flag comparison with bitwise operators
123
C# Abstract Syntax Tree Example: Simple Pascal Compiler
Ruben
Random IF OR
,
test
ö1