Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Collection Basic
//Title of this code //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; namespace Rextester { public class Program { public static void Main(string[] args) { ArrayList arlst = new ArrayList(); string st; Console.WriteLine("Enter list items"); arlst.Add("shashank"); arlst.Add("shravan"); arlst.Add("Raman"); arlst.Add("Miller"); Console.WriteLine("list is added ---------------------------------------------------------------------------------------------------------------"); Console.WriteLine("List Contents\n"); foreach (var lt in arlst) { Console.WriteLine(lt ); } Console.ReadKey(); } } }
run
|
edit
|
history
|
help
0
otro
sayalitrialc#
Hi
hello
Naju Date Format Issue
factorial ncr + unique list
Kumaran - Regex IP Match
tesyyyyy
pyramidnos
Liczba powtórzająca