Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { string userInput; int Index; Console.WriteLine ("Enter the index of number"); userInput = Console.ReadLine(); Index = Convert.ToInt32(userInput); Console.WriteLine("You entered {0}",Index); int[] Num = { 25, 35, 45, 55, 65 }; Console.WriteLine("Number in your index {0} ",Num[Index]); } } }
run
|
edit
|
history
|
help
0
6. Parallelism: threads
C# - a method that accepts an indefinite number of parameters
Linq
A2Z Dice Roll
Unicode Braille Patterns.
subbareddy
Time by 15 minutes
const
Singly-linked IList<T> in C#
to get distinct of the given array with each items occurrence count._1