Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1. soru
//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 = 11, b = 22; //sayıların ilk hallerini yazdırıyorum Console.WriteLine("Takasatan Önce a={0} b={1}\n\n\n", a, b); a = b + a; b = a - b; // burada a-b aslında a'ya eşit. b'ye a değeri verdik a = a - b; // burada da tam tersi a'ya a-b yani b değeri verdik. //sayıların son hallerini yazdırıyorum Console.WriteLine("Takasatan Sonra a={0} b={1}\n", a, b); } } }
run
|
edit
|
history
|
help
0
hhhh
Gen inheritance test
enigma 2
dateTime parsing
Imp
Find smallest and largest in unsorted array
Found many section of times intersect.
pyramidalt
Gamez
My_Response