Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lambda Expression
//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 { delegate void del(int i); public class Program { public static void Main(string[] args) { myDelegate(6); } static del myDelegate = n => Console.WriteLine("{0} * 2 = {1}", n, n*2); public static void myMethod(int i) { } } }
run
|
edit
|
history
|
help
0
Fibonacci of array elements C#
Ccc
Pentagon`s area
Fórum ➡ Prime numbers implemented using LINQ statements AND using FOR loop ♦
Program
sorted array
726
OOP vs DOD
test
toplam