public static void Main()
Console.WriteLine("enter number of years");
years= int.Parse(Console.ReadLine());
Console.WriteLine("enter number of Matriculation grade");
bagrut= int.Parse(Console.ReadLine());
if ((years>15) || ((years>12) && (bagrut>90)))
Console.WriteLine("admitted to the course");
Console.WriteLine("wasn't admitted to the course");