Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
switch it
//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 Program { public static void Main(string[] args) { int i = int.Parse(System.Console.ReadLine()); switch (i) { case 0: case 1: case 2: { System.Console.WriteLine("Low number"); break; } case 3: case 4: case 5: { System.Console.WriteLine("Medium number"); break; } default: { System.Console.WriteLine("Other number"); break; } } } } }
run
|
edit
|
history
|
help
0
D110
PrivateConstructorToCreateSingleObject
Expression Tree - Demo2
type experriment
UUEncode, UUDecode, XXEncode or XXDecode a string.
SKYIES
Display the pattern like diamond by using c# for loop
75 95
D111
For - box