Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FuncDelegate
//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; using System.Globalization; using System.Threading; namespace Rextester { public class Program { public static void Main(string[] args) { Func<int,int> addOne = n => n+1; Func<int,int,int> addNums = (x,y) => x+y; Func<int,bool> isZero = n => n == 0; Console.WriteLine(addOne(5)); Console.WriteLine(isZero(addNums(-5,5))); int [] a = {0,1,0,3,4,0}; Console.WriteLine(a.Count(isZero)); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
tc2_1siod_ga_tp1_benouirane_ex1
a.k.java
derfgtredwcdf
xyz
BST final
IntToExcelColumnNotation
see all nodes in given ldap node
type comparison
MyProfile_MEDALLA.java
hacktonxx
Please log in to post a comment.