public static void Main()
Console.Write("Enter score ");
x=Int32.Parse(Console.ReadLine());
Console.WriteLine("Your score = {0}", x);
Console.WriteLine("That's mean Excellent");
Console.WriteLine("That's mean Good");
Console.WriteLine("That's mean Okay");
Console.WriteLine("That's mean Improve");