Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Rand things kurs 8 network
//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(); for(int i = 0 ; i < 10; i++){ int zap = rand.Next(100,400); int otvet = rand.Next(1500,2000); Console.WriteLine("Запрос: " + zap+"\tОтвет: "+otvet + "\tПодготовка: "+(rand.Next(5,15))/10.0+ "\t\tОбработка: "+(rand.Next(15,20))/10.0+ "\tЦикл: "+(rand.Next(10,20))/10.0); } } } }
run
|
edit
|
history
|
help
0
reverseandcheck
radix sort
30272 Example1
C# URI parts url
DaysOfYear
Mostafa Shehata Ahmed
3. Delegates and events: closure
Strings in C# with some properties examples
R
Interface fully qualified names