Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Enumeration
//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 EnumDemo { enum Days{monday,Tuesday,wednesday,thursday,friday,saturday,sunday}; public static void Main(string[] args) { //Your code goes here int first_day=(int)Days.monday; int last_day=(int)Days.sunday; Console.WriteLine("Monday= "+ first_day); Console.WriteLine("Sunday = "+ last_day); Console.ReadLine(); } } }
run
|
edit
|
history
|
help
0
sdefuy6j87uytgr
String concat operation (+) vs StringBuilder
Failing Action<Car> To Action<List<Car>>
C
Sample
multiplyarr
Hallo world
regex
asxasxscdf
Ventmatika testas