public static void Main()
Console.WriteLine("ادخل العدد الحقيقي الاول");
x1=double.Parse("Console.ReadLine");
Console.WriteLine("ادخل العدد الحقيقي الثاني");
x2=double.Parse("Console.ReadLine");
Console.WriteLine("ادخل العدد الحقيقي الثالث");
x3=double.Parse("Console.ReadLine");
Console.WriteLine("ادخل العدد الحقيقي الرابع");
x4=double.Parse("Console.ReadLine");
Console.WriteLine("ادخل العدد الحقيقي الخامس");
x5=double.Parse("Console.ReadLine");
Console.WriteLine("Sqrt x2={0}",Math.Sqrt(x2));
Console.WriteLine("Max={0}",Math.Pow(x2,Math.Pow(x3,Math.Pow(x4,x5))));