public static void Main()
Console.WriteLine("welcome, What is your name?");
Console.WriteLine("Nice to meet you," +N+ "!" );
Console.WriteLine("I will help you calculating your average and tell you if you passed or not");
Console.WriteLine("what is your math grade?");
M = int.Parse(Console.ReadLine());
Console.WriteLine("what is your physics grade?");
P = int.Parse(Console.ReadLine());
Console.WriteLine("what is your history grade?");
H = int.Parse(Console.ReadLine());
Console.WriteLine("what is your englishgrade?");
E = int.Parse(Console.ReadLine());
Console.WriteLine("what is your geography grade?");
A = int.Parse(Console.ReadLine());
Console.WriteLine("what is your biology grade?");
B = int.Parse(Console.ReadLine());