public static void Main()
Console.WriteLine("competetion Good Luck");
Console.WriteLine("What is The lenth of your throw");
num1=int.Parse(Console.ReadLine());
if (num1>=10 && num1<=11)
Console.WriteLine("congrats!! your ball made it to the box");
Console.WriteLine("your ball didnt made it to the box You missed" num1-11 );