Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Fibonacci series
decimal to multiple binary
Validate or get the check digit of a Windows activation installation ID / confirmation ID
a.out
NumberToWords C# Structural
asdasd
Approximate_exp_13112020
test1
from Base or Derived
adxsadxcasxsd
Please log in to post a comment.