public static void Main()
Console.WriteLine("Write your final grade (0-10) and I will tell you if it is good or needs to be improved.");
G = int.Parse(Console.ReadLine());
Console.WriteLine("OH NO YOU NEED TO IMPROVED THEM!");
Console.WriteLine("NICE! IT'S VERY GOOD.");
Console.WriteLine("HEY, IT IS IMPOSSIBLE TO HAVE THAT GRADE");