Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Test
//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) { //Your code goes here Random Rand = new Random(); Console.WriteLine("Hello, world!"); List<int>[] opQ = new List<int>[10]; for (int i = 0; i < 10; i++){ opQ[i] = new List<int>(); for (int j = 0; j < 10; j++){ opQ[i].Add(Rand.Next(1,100)); } } for (int i = 0; i < 10; i++){ foreach (int value in opQ[i]) { Console.Write(value + " "); } } } } }
run
|
edit
|
history
|
help
0
[REDACTED] database V0.1.6
simple hello world
Sample
compra de restaurante
jjj3
ToBase64String
Linked list solution with remove
give coins
4.2 Casting
Factorial using Recursion