Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Calculate X and Y using Lambda Expressions
//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) { Func<int,int,int> CalcXY = (x,y)=>x+y; // 5=3=8; Console.WriteLine(CalcXY.Invoke(5,3)); } } }
run
|
edit
|
history
|
help
1
CodeAdvent
0/1 Knapsack problem using Iterative Approach
obrazek
occurance of charecter
My world
1
Sequential n Take ex
C:\Documents and Settings\Админ\Рабочий стол\ШЭ информатика
Create URL Safe and Cryptographically Strong Short GUID
Strings: Padding Integers and Handling Decimal Float Numbers