public static void Main()
Console.WriteLine("whats your name?");
name = Console.ReadLine();
Console.WriteLine(" Nice to meet you " + name );
Console.WriteLine( "I will help you with your average and tell you if you passed or not ");
Console.WriteLine("can you tell me your math result?");
l = int.Parse(Console.ReadLine());
Console.WriteLine("can you tell me your math result?");
z = int.Parse(Console.ReadLine());
Console.WriteLine("can you tell me your math result?");
s = int.Parse(Console.ReadLine());
Console.WriteLine("can you tell me your math result?");
h = int.Parse(Console.ReadLine());