Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Swap 2
//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 = b^a; 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
Polygon Util
Project Euler Problem 4
C# first code
matching parenthesis
Konakubo Wall
IMT
sdcsadxsdf
Non-User input - Random Controlled - Guessing Game
condicional "?"
Seizoen bepalen in C#