public static void Main()
Console.WriteLine("Welcome can you give me your score at bowling please");
Console.WriteLine("What was your last score?");
x=int.Parse(Console.ReadLine());
Console.WriteLine("PERFECT SCORE!");
else if (x==200|| x>200&& x<300)
Console.WriteLine("GREAT SCORE!");
else if (x==100 ||x>100 && x<200)
Console.WriteLine("GOOD, MORE LUCKY NEXT TIME");
Console.WriteLine("SORRY YOU ARE NOT SO GOOD AT BOWLING");
Console.WriteLine("THAT´S NOT POSSIBLE. PLEASE START AGAIN");