public static void Main()
Console.WriteLine("Write your final grade (0-10) and I'll tell you if you passed or failed.");
G = int.Parse(Console.ReadLine());
Console.WriteLine("Oh no, you failed, the next time you try harder and you will get a better grade!");
Console.WriteLine("GREAT!! YOU PASSED , It's time to celebrate. ");
Console.WriteLine("HEY wait a minute, IT IS IMPOSSIBLE TO HAVE THAT GRADE,pay more attention. ");