public static void Main()
Console.WriteLine("Hello!");
Console.WriteLine("Please give me your bowling score");
score = int.Parse(Console.ReadLine());
if (score == 300 && score < 300)
Console.WriteLine("Perfet score!");
else if (score == 200 || score > 200)
Console.WriteLine("Great score!");
else if (score == 100 || score > 100)
Console.WriteLine("Good, you can do better!");
Console.WriteLine("Sorry, you are not good at bowling");
Console.WriteLine("That´s impossible, please start again");