Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Code1
//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 x = 0; int y = 0; for (short z = 0; z < 3; z++) { if ((++x > 1) || (++y > 1)) { x++; } } Console.WriteLine(x + "" + y); } } }
run
|
edit
|
history
|
help
0
Fórum SO ➡ Merging 2 lists by Name and adding their Values, using LINQ ♦
Fórum ➡ Using Regex to insert "item" tags into the unique "list" tag of an XML data ♦
Qwe
Reflection 2
.net Q4
Ejemplos polimorfismos con interfaces y posibles usos sencillos c#
aaa
Split and Join
Select, Foreach and Exceptions in C#
Code challenge: Integer Comparison - Overkill - Composite Function