public static void Main()
Console.WriteLine(" Welcome");
Console.WriteLine(" What is your name?");
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(" Please tell me your math result");
s1=double.Parse(Console.ReadLine());
Console.WriteLine(" Please tell me your literure result");
s2=double.Parse(Console.ReadLine());
Console.WriteLine(" Please tell me your physics result");
s3=double.Parse(Console.ReadLine());
Console.WriteLine(" Please tell me your history result");
s4=double.Parse(Console.ReadLine());
Console.WriteLine("Very good you passed with an average of" + div);
Console.WriteLine(" i´m sorry, you failed with the average of" + div);