Код:
Код: Выделить всё
Random rnd = new Random();
int Pi = rnd.Next(1,5);
Console.WriteLine("Checking 'Pi' value...");
Console.Beep(37,1000);
Console.WriteLine("Pi value found. Pi = ",Pi);
Console.ReadKey();
Код: Выделить всё
Checking 'Pi' value...
Pi value found. Pi =
Подробнее здесь: https://stackoverflow.com/questions/710 ... -writeline
Мобильная версия