public static void Main()
Console.WriteLine("Write your final grade (0-10) and I'll tell you if you passed or failed.");
A = int.Parse(Console.ReadLine());
Console.WriteLine("Im sorry you failed");
Console.WriteLine("Amazing! You passed");
Console.WriteLine("OH YOU CANT HAVE THAT GRADE ");