Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
11.10
//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.Collections.Generic.List<T>; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here Console.WriteLine("Hello, world!"); List<int> a = new List<int>(); for (int i = 0; i < 10; i++) { a.Add(i); Console.Write(a[i]); } } class aa { int z; int x;} } }
run
|
edit
|
history
|
help
0
hihi
Find Highest,Lowest and average using two dimensional arrays
factorial ncr + unique list
Morse code
D15
learning
breadbank
Collections demo
work_laba#2
asxsd