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
45
linq jean by Fausto
Problem_binary
p link gener tor
Enumerable
test1
Strings Mix
type comparison
SquareRealMatrixWithMathJax
Intuit // C# // Lecture_4 // Laba_#1