using System;
namespace ConsoleApp1 { class Program { static void Main(string[] args) { Random count = new Random(); count.Next(1, 10); Random rnd = new Random(); rnd