public static void Main()
Console.WriteLine("Hello usser, Can you give me your score?");
g= int.Parse(Console.ReadLine());
Console.WriteLine("Perfect score");
else if ( g == 200 || g > 200)
Console.WriteLine("Great score!!");
else if ( g == 100 || g > 100)
Console.WriteLine("Good, you can do better");
Console.WriteLine("Sorry, youre not at bowling");
Console.WriteLine("That´s imposible, please start again");