public static void Main()
Console.WriteLine("what is your score in the bowling");
a = int.Parse(Console.ReadLine());
Console.WriteLine("That is imposible pealse start again");
Console.WriteLine("ok your score is perfect");
else if( a >=200 && a < 300)
Console.WriteLine("ok, great score");
else if (a >= 100 && a < 300)
Console.WriteLine("ok you can do better");
Console.WriteLine("Sorry, you are not good at bowling.");