using System;
public class Program
{
public static void Main()
Console.WriteLine("Pick a number between 1 and 10!");
Random random = new Random();
int guess;
int number = random;
}